Skip to content

Commit 23ca95a

Browse files
committed
Fix line endings in new PHPT
1 parent 71d16fe commit 23ca95a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ext/pcre/tests/bug76512.phpt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
--TEST--
2-
Bug #76512 (\w no longer includes unicode characters)
3-
--FILE--
4-
<?php
5-
var_dump(preg_match('/\w/u', 'ä'));
6-
?>
7-
===DONE===
8-
--EXPECT--
9-
int(1)
10-
===DONE===
1+
--TEST--
2+
Bug #76512 (\w no longer includes unicode characters)
3+
--FILE--
4+
<?php
5+
var_dump(preg_match('/\w/u', 'ä'));
6+
?>
7+
===DONE===
8+
--EXPECT--
9+
int(1)
10+
===DONE===

0 commit comments

Comments
 (0)