Skip to content

Commit 8475101

Browse files
cmb69Mark Randall
authored and
Mark Randall
committed
Fix failing strlen.phpt
The proper test expectation is a CR instead of a LF.
1 parent 534dbf9 commit 8475101

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/standard/tests/strings/strlen.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ String length of 'Hello%0World' is => int(11)
150150
String length of 'Hello, World\0' is => int(14)
151151
String length of 'Hello, World
152152
' is => int(13)
153-
String length of 'Hello, World
154-
' is => int(13)
153+
String length of 'Hello, World' is => int(13)
155154
String length of 'Hello, World ' is => int(13)
156155
String length of 'Hello, World\' is => int(13)
157156
String length of ' ' is => int(14)

0 commit comments

Comments
 (0)