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()
6565 $ this ->assertEmpty (getenv ('QNULL ' ));
6666 $ this ->assertSame ('pgsql:host=localhost;dbname=test ' , getenv ('QEQUALS ' ));
6767 $ 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 ' ));
6970 }
7071
7172 public function testLargeDotenvLoadsEnvironmentVars ()
Original file line number Diff line number Diff line change 77QWHITESPACE = " no space"
88
99QESCAPED = " 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