summaryrefslogtreecommitdiff
path: root/testdata/testoutput22-8
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-02-19 17:26:33 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-02-19 17:26:33 +0000
commitea6f7a508aaa2fd61eb60d7759fe00713f46cd5c (patch)
tree5e69798e3545ef661c3c7f997cc4a620dd72fa4b /testdata/testoutput22-8
parente3ac8929b8152e6a30eff90f791b76339e44d91b (diff)
downloadpcre2-ea6f7a508aaa2fd61eb60d7759fe00713f46cd5c.tar.gz
Fix \C bug with repeated character classes in UTF-8 mode.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@918 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput22-8')
-rw-r--r--testdata/testoutput22-84
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testoutput22-8 b/testdata/testoutput22-8
index 3d31fbc..8543652 100644
--- a/testdata/testoutput22-8
+++ b/testdata/testoutput22-8
@@ -173,4 +173,8 @@ No match
ab
No match
+/\C[^\v]+\x80/utf
+ [AΏBŀC]
+No match
+
# End of testinput22