We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c349cad commit afb6dd2Copy full SHA for afb6dd2
1 file changed
tests/Dotenv/LinesTest.php
@@ -40,30 +40,4 @@ public function testProcessQuotes()
40
41
self::assertSame($expected, Lines::process(preg_split("/(\r\n|\n|\r)/", $content)));
42
}
43
-
44
- public function testProcessClosingSlash()
45
- {
46
- $lines = [
47
- 'SPVAR5="test some escaped characters like a quote \" or maybe a backslash \\" # not escaped',
48
- ];
49
50
- $expected = [
51
52
53
54
- self::assertSame($expected, $lines);
55
- }
56
57
- public function testProcessBadQuotes()
58
59
60
- "TEST=\"erert\nTEST='erert\n",
61
62
63
64
65
66
67
68
69
0 commit comments