diff options
-rw-r--r-- | ext/pcre/tests/bug76512.phpt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ext/pcre/tests/bug76512.phpt b/ext/pcre/tests/bug76512.phpt index cd14ad814d..cb8a9fa95f 100644 --- a/ext/pcre/tests/bug76512.phpt +++ b/ext/pcre/tests/bug76512.phpt @@ -1,10 +1,10 @@ ---TEST--
-Bug #76512 (\w no longer includes unicode characters)
---FILE--
-<?php
-var_dump(preg_match('/\w/u', 'ä'));
-?>
-===DONE===
---EXPECT--
-int(1)
-===DONE===
+--TEST-- +Bug #76512 (\w no longer includes unicode characters) +--FILE-- +<?php +var_dump(preg_match('/\w/u', 'ä')); +?> +===DONE=== +--EXPECT-- +int(1) +===DONE=== |