diff options
Diffstat (limited to 't/re/re_tests')
-rw-r--r-- | t/re/re_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/re_tests b/t/re/re_tests index 3ef6503405..22c0c74550 100644 --- a/t/re/re_tests +++ b/t/re/re_tests @@ -1423,7 +1423,7 @@ foo(\h)bar foo\tbar y $1 \t /[a\N{U+0100}]/ \x{100} y $& \x{100} /[a\N{U+0100}]/ a y $& a -# Verify that \N{U+...} forces Unicode semantics +# Verify that \N{U+...} forces Unicode rules /\N{U+41}\x{c1}/i a\x{e1} y $& a\x{e1} /[\N{U+41}\x{c1}]/i \x{e1} y $& \x{e1} |