File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ public function testQuotedDotenvLoadsEnvironmentVars()
65
65
$ this ->assertEmpty (getenv ('QNULL ' ));
66
66
$ this ->assertSame ('pgsql:host=localhost;dbname=test ' , getenv ('QEQUALS ' ));
67
67
$ this ->assertSame ('test some escaped characters like a quote (") or maybe a backslash ( \\) ' , getenv ('QESCAPED ' ));
68
- $ this ->assertSame ('iiiiviiiixiiiiviiii \\n ' , getenv ('QSLASH ' ));
68
+ $ this ->assertSame ('iiiiviiiixiiiiviiii \\n ' , getenv ('QSLASH1 ' ));
69
+ $ this ->assertSame ('iiiiviiiixiiiiviiii \\n ' , getenv ('QSLASH2 ' ));
69
70
}
70
71
71
72
public function testLargeDotenvLoadsEnvironmentVars ()
Original file line number Diff line number Diff line change 7
7
QWHITESPACE = " no space"
8
8
9
9
QESCAPED = " test some escaped characters like a quote (\" ) or maybe a backslash (\\)"
10
- QSLASH = " iiiiviiiixiiiiviiii\n "
10
+ QSLASH1 = " iiiiviiiixiiiiviiii\n "
11
+ QSLASH2 = " iiiiviiiixiiiiviiii\\n "
You can’t perform that action at this time.
0 commit comments