summaryrefslogtreecommitdiff
path: root/testdata/testinput12
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-06-30 16:00:33 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-06-30 16:00:33 +0000
commit749d88c5b3e9294e0a7ed1b6f30f8cda5f786282 (patch)
tree451d0dfe1a42c77757ccda44b2697887760bfd6c /testdata/testinput12
parente4aaaaba774f45e7c5247a45a31991dae10b1f67 (diff)
downloadpcre2-749d88c5b3e9294e0a7ed1b6f30f8cda5f786282.tar.gz
Allow anchored patterns to use "first code unit" optimization.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@837 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput12')
-rw-r--r--testdata/testinput129
1 files changed, 9 insertions, 0 deletions
diff --git a/testdata/testinput12 b/testdata/testinput12
index 482c151..09df9fa 100644
--- a/testdata/testinput12
+++ b/testdata/testinput12
@@ -373,4 +373,13 @@
/\udfff\o{157401}/utf,alt_bsux,allow_surrogate_escapes
\x{dfff}\x{df01}\=no_utf_check
+# This has different starting code units in 8-bit mode.
+
+/^[^ab]/IB,utf
+ c
+ \x{ff}
+ \x{100}
+\= Expect no match
+ aaa
+
# End of testinput12