summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-01-11 16:40:35 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-01-11 16:40:35 +0000
commit0c89beea88e6d30f292a369e6e16f5e1f11446c8 (patch)
tree6de48203f30893a344633444b489102cf57dccc4 /testdata/testinput1
parent1417100e1030a31dd4a9488467d27b899ea6a03b (diff)
downloadpcre2-0c89beea88e6d30f292a369e6e16f5e1f11446c8.tar.gz
Fix hyphen after \E after POSIX class causing an error.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@649 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput16
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 12a7e82..08a9bcc 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5820,4 +5820,10 @@ ef) x/x,mark
/(?'c')XX(?'YYYYYYYYYYYYYYYYYYYYYYYCl')/
+/[s[:digit:]\E-H]+/
+ s09-H
+
+/[s[:digit:]\Q\E-H]+/
+ s09-H
+
# End of testinput1