Skip to content

Commit f90a085

Browse files
committed
test: stub env files
1 parent 33507f5 commit f90a085

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

tests/stubs/invalid.env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
&!=/=D$/

tests/stubs/override.env

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# comment line
2+
a=o1
3+
b="o2"
4+
c=o$3#
5+
; also comment line
6+
d="olol"
7+
e=
8+
f=\"o6\"
9+
MUL="oline 1
10+
line 2"

tests/stubs/test.env

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# comment line
2+
a=1
3+
b="2"
4+
c=$3#
5+
; also comment line
6+
d="lol"
7+
e=
8+
f=\"6\"
9+
1_2=one_two
10+
E=""
11+
A_B=Apple Ball
12+
MUL="line 1
13+
line 2"
14+
x=Y

0 commit comments

Comments
 (0)