File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
ext/standard/tests/strings Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,7 @@ string(67) "<html>hello world</html>
87
87
88
88
This is a double quoted string"
89
89
-- Iteration 4 --
90
- string(44) "<html>hello
91
- world
90
+ string(44) "<html>hello world
92
91
1111 != 2222</html>
93
92
"
94
93
-- Iteration 5 --
Original file line number Diff line number Diff line change @@ -39,16 +39,14 @@ echo "Done";
39
39
-- Iteration 1 --
40
40
string (50 ) "<html> $ -> This represents the dollar sign</html> "
41
41
-- Iteration 2 --
42
- string (59 ) "<html>
43
- The quick brown fox jumped over the lazy dog</p> "
42
+ string (59 ) "<html> The quick brown fox jumped over the lazy dog</p> "
44
43
-- Iteration 3 --
45
44
string (31 ) "<a>This is a hyper text tag</a> "
46
45
-- Iteration 4 --
47
46
string (0 ) ""
48
47
-- Iteration 5 --
49
48
string (26 ) "<p>This is a paragraph</p> "
50
49
-- Iteration 6 --
51
- string (62 ) "<b>This is a text in bold letters
52
- \s\malong with slashes
50
+ string (62 ) "<b>This is a text in bold letters \s\malong with slashes
53
51
</b> "
54
52
Done
You can’t perform that action at this time.
0 commit comments