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.
2 parents b674e23 + afb6dd2 commit a3e69caCopy full SHA for a3e69ca
tests/Dotenv/Parser/LinesTest.php
@@ -49,30 +49,4 @@ public function testProcessQuotes()
49
50
self::assertSame($expected, Lines::process($result->success()->get()));
51
}
52
-
53
- public function testProcessClosingSlash()
54
- {
55
- $lines = [
56
- 'SPVAR5="test some escaped characters like a quote \" or maybe a backslash \\" # not escaped',
57
- ];
58
59
- $expected = [
60
61
62
63
- self::assertSame($expected, $lines);
64
- }
65
66
- public function testProcessBadQuotes()
67
68
69
- "TEST=\"erert\nTEST='erert\n",
70
71
72
73
74
75
76
77
78
0 commit comments