summaryrefslogtreecommitdiff
path: root/testdata/testinput22
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput22')
-rw-r--r--testdata/testinput224
1 files changed, 3 insertions, 1 deletions
diff --git a/testdata/testinput22 b/testdata/testinput22
index f684cf4..7ada9aa 100644
--- a/testdata/testinput22
+++ b/testdata/testinput22
@@ -6,9 +6,11 @@
/ab\Cde/utf,info
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
+ ab!deXYZ
# Autopossessification tests