File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -40,30 +40,4 @@ public function testProcessQuotes()
40
40
41
41
self ::assertSame ($ expected , Lines::process (preg_split ("/( \r\n| \n| \r)/ " , $ content )));
42
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
- 'SPVAR5="test some escaped characters like a quote \" or maybe a backslash \\" # not escaped ' ,
52
- ];
53
-
54
- self ::assertSame ($ expected , $ lines );
55
- }
56
-
57
- public function testProcessBadQuotes ()
58
- {
59
- $ lines = [
60
- "TEST= \"erert \nTEST='erert \n" ,
61
- ];
62
-
63
- $ expected = [
64
- "TEST= \"erert \nTEST='erert \n" ,
65
- ];
66
-
67
- self ::assertSame ($ expected , $ lines );
68
- }
69
43
}
You can’t perform that action at this time.
0 commit comments