From 92b17f0eb8fddd7117c5344a1e1177daec21995a Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Tue, 2 Aug 2016 18:07:01 +0100 Subject: Import upstream 10.22 release --- testdata/testoutput22-32 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'testdata/testoutput22-32') 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 ------------------------------------------------------------------ -- cgit v1.2.3