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 @@ -90,8 +90,7 @@ string(67) "<html>hello world</html>
90
90
91
91
This is a double quoted string"
92
92
-- Iteration 4 --
93
- string(44) "<html>hello
94
- world
93
+ string(44) "<html>hello world
95
94
1111 != 2222</html>
96
95
"
97
96
-- Iteration 5 --
Original file line number Diff line number Diff line change @@ -42,16 +42,14 @@ Deprecated: Directive 'short_open_tag' is deprecated in Unknown on line 0
42
42
-- Iteration 1 --
43
43
string (50 ) "<html> $ -> This represents the dollar sign</html> "
44
44
-- Iteration 2 --
45
- string (59 ) "<html>
46
- The quick brown fox jumped over the lazy dog</p> "
45
+ string (59 ) "<html> The quick brown fox jumped over the lazy dog</p> "
47
46
-- Iteration 3 --
48
47
string (31 ) "<a>This is a hyper text tag</a> "
49
48
-- Iteration 4 --
50
49
string (0 ) ""
51
50
-- Iteration 5 --
52
51
string (26 ) "<p>This is a paragraph</p> "
53
52
-- Iteration 6 --
54
- string (62 ) "<b>This is a text in bold letters
55
- \s\malong with slashes
53
+ string (62 ) "<b>This is a text in bold letters \s\malong with slashes
56
54
</b> "
57
55
Done
You can’t perform that action at this time.
0 commit comments