]> granicus.if.org Git - php/commitdiff
Fix line endings in new PHPT
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 21 Jun 2018 22:01:51 +0000 (00:01 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 21 Jun 2018 22:01:51 +0000 (00:01 +0200)
ext/pcre/tests/bug76512.phpt

index cd14ad814de326b4640243d842cb15ef6396224c..cb8a9fa95f85550314ef33386f887aacf8279a87 100644 (file)
@@ -1,10 +1,10 @@
---TEST--\r
-Bug #76512 (\w no longer includes unicode characters)\r
---FILE--\r
-<?php\r
-var_dump(preg_match('/\w/u', 'ä'));\r
-?>\r
-===DONE===\r
---EXPECT--\r
-int(1)\r
-===DONE===\r
+--TEST--
+Bug #76512 (\w no longer includes unicode characters)
+--FILE--
+<?php
+var_dump(preg_match('/\w/u', 'ä'));
+?>
+===DONE===
+--EXPECT--
+int(1)
+===DONE===