summaryrefslogtreecommitdiff
path: root/testdata/testoutput22-32
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2016-08-02 18:07:01 +0100
committerMatthew Vernon <matthew@debian.org>2016-08-02 18:07:01 +0100
commit92b17f0eb8fddd7117c5344a1e1177daec21995a (patch)
treecdbc5ef98fe1a0e39283b47348c8be787ff37378 /testdata/testoutput22-32
parent5fc77543f854bbe609407e8f2d54d906faad2883 (diff)
Import upstream 10.22 release
Diffstat (limited to 'testdata/testoutput22-32')
-rw-r--r--testdata/testoutput22-3212
1 files changed, 7 insertions, 5 deletions
diff --git a/testdata/testoutput22-32 b/testdata/testoutput22-32
index 91d0b05..100333f 100644
--- a/testdata/testoutput22-32
+++ b/testdata/testoutput22-32
@@ -9,14 +9,16 @@ Contains \C
Options: utf
First code unit = 'a'
Last code unit = 'e'
-Subject length lower bound = 0
+Subject length lower bound = 5
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
+ ab!deXYZ
+ 0: X
# Autopossessification tests
@@ -34,10 +36,10 @@ Failed: error 136 at offset 10: \C is not allowed in a lookbehind assertion
/\C+\X \X+\C/Bx,utf
------------------------------------------------------------------
Bra
- Anybyte+
+ AllAny+
extuni
extuni+
- Anybyte
+ AllAny
Ket
End
------------------------------------------------------------------