From c44047319032c40a9bd6d9935af53946c6c0d05b Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Tue, 20 Feb 2018 15:37:49 +0000 Subject: [PATCH] Add another test. --- testdata/testinput22 | 3 +++ testdata/testoutput22-16 | 4 ++++ testdata/testoutput22-32 | 4 ++++ testdata/testoutput22-8 | 4 ++++ 4 files changed, 15 insertions(+) diff --git a/testdata/testinput22 b/testdata/testinput22 index c218ea6..5e01fdc 100644 --- a/testdata/testinput22 +++ b/testdata/testinput22 @@ -101,4 +101,7 @@ /\C[^\v]+\x80/utf [AΏBŀC] +/\C[^\d]+\x80/utf + [AΏBŀC] + # End of testinput22 diff --git a/testdata/testoutput22-16 b/testdata/testoutput22-16 index 5e23611..df29e14 100644 --- a/testdata/testoutput22-16 +++ b/testdata/testoutput22-16 @@ -175,4 +175,8 @@ No match [AΏBŀC] No match +/\C[^\d]+\x80/utf + [AΏBŀC] +No match + # End of testinput22 diff --git a/testdata/testoutput22-32 b/testdata/testoutput22-32 index 8576f31..f0b7984 100644 --- a/testdata/testoutput22-32 +++ b/testdata/testoutput22-32 @@ -173,4 +173,8 @@ No match [AΏBŀC] No match +/\C[^\d]+\x80/utf + [AΏBŀC] +No match + # End of testinput22 diff --git a/testdata/testoutput22-8 b/testdata/testoutput22-8 index 8543652..0a04aa8 100644 --- a/testdata/testoutput22-8 +++ b/testdata/testoutput22-8 @@ -177,4 +177,8 @@ No match [AΏBŀC] No match +/\C[^\d]+\x80/utf + [AΏBŀC] +No match + # End of testinput22