summaryrefslogtreecommitdiff
path: root/testdata/testoutput22-8
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testoutput22-8')
-rw-r--r--testdata/testoutput22-86
1 files changed, 4 insertions, 2 deletions
diff --git a/testdata/testoutput22-8 b/testdata/testoutput22-8
index acb31d6..4814039 100644
--- a/testdata/testoutput22-8
+++ b/testdata/testoutput22-8
@@ -13,10 +13,12 @@ Subject length lower bound = 0
abXde
0: abXde
-# This should produce an error diagnostic (\C in UTF lookbehind)
+# This should produce an error diagnostic (\C in UTF lookbehind) in 8-bit and
+# 16-bit modes, but not in 32-bit mode.
/(?<=ab\Cde)X/utf
-Failed: error 136 at offset 10: \C is not allowed in a lookbehind assertion
+Failed: error 136 at offset 10: \C is not allowed in a lookbehind assertion in UTF-8 mode
+ ab!deXYZ
# Autopossessification tests