Skip to content

Commit 6f2ea35

Browse files
committed
Fix carriage return in tests (again)
1 parent b0cd3a9 commit 6f2ea35

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

ext/standard/tests/strings/strip_tags_variation5.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ string(67) "<html>hello world</html>
8787

8888
This is a double quoted string"
8989
-- Iteration 4 --
90-
string(44) "<html>hello
91-
world
90+
string(44) "<html>hello world
9291
1111 != 2222 </html>
9392
"
9493
-- Iteration 5 --

ext/standard/tests/strings/strip_tags_variation9.phpt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,14 @@ echo "Done";
3939
-- Iteration 1 --
4040
string(50) "<html> $ -> This represents the dollar sign</html>"
4141
-- Iteration 2 --
42-
string(59) "<html>
43-
The quick brown fo x jumped over the lazy dog</p>"
42+
string(59) "<html> The quick brown fo x jumped over the lazy dog</p>"
4443
-- Iteration 3 --
4544
string(31) "<a>This is a hyper text tag</a>"
4645
-- Iteration 4 --
4746
string(0) ""
4847
-- Iteration 5 --
4948
string(26) "<p>This is a paragraph</p>"
5049
-- 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
5351
</b>"
5452
Done

0 commit comments

Comments
 (0)