We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33507f5 commit f90a085Copy full SHA for f90a085
tests/stubs/invalid.env
@@ -0,0 +1 @@
1
+&!=/=D$/
tests/stubs/override.env
@@ -0,0 +1,10 @@
+# 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
@@ -0,0 +1,14 @@
+a=1
+b="2"
+c=$3#
+d="lol"
+f=\"6\"
+1_2=one_two
+E=""
11
+A_B=Apple Ball
12
+MUL="line 1
13
14
+x=Y
0 commit comments