From e21268b3675c8dd31bacac46376584160b37604e Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Sun, 16 Apr 2017 13:04:57 +0000 Subject: [PATCH] Update 16-bit and 32-bit tests. --- testdata/testoutput22-16 | 5 +++++ testdata/testoutput22-32 | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/testdata/testoutput22-16 b/testdata/testoutput22-16 index c161ff5..88f827c 100644 --- a/testdata/testoutput22-16 +++ b/testdata/testoutput22-16 @@ -166,4 +166,9 @@ No match a\x{100}b 0: a\x{100}b +/^ab\C/utf,no_start_optimize +\= Expect no match - tests \C at end of subject + ab +No match + # End of testinput22 diff --git a/testdata/testoutput22-32 b/testdata/testoutput22-32 index 100333f..ac485fc 100644 --- a/testdata/testoutput22-32 +++ b/testdata/testoutput22-32 @@ -164,4 +164,9 @@ No match a\x{100}b 0: a\x{100}b +/^ab\C/utf,no_start_optimize +\= Expect no match - tests \C at end of subject + ab +No match + # End of testinput22