summaryrefslogtreecommitdiff
path: root/testdata/testoutput10
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-05-17 17:55:11 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-05-17 17:55:11 +0000
commit45bdee7c57c54719fec201bba37d6a948836f11e (patch)
treeae991c754cab1efeaec47ead74c5421744228fda /testdata/testoutput10
parentd3550852b452dc20ef00967af6561fd4f12f1a05 (diff)
downloadpcre2-45bdee7c57c54719fec201bba37d6a948836f11e.tar.gz
Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@786 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput10')
-rw-r--r--testdata/testoutput1011
1 files changed, 11 insertions, 0 deletions
diff --git a/testdata/testoutput10 b/testdata/testoutput10
index 31b7d00..f5910ee 100644
--- a/testdata/testoutput10
+++ b/testdata/testoutput10
@@ -1575,4 +1575,15 @@ Failed: error 176 at offset 259: name is too long in (*MARK), (*PRUNE), (*SKIP),
End
------------------------------------------------------------------
+# A special extra option allows excaped surrogate code points in 8-bit mode,
+# but subjects containing them must not be UTF-checked.
+
+/\x{d800}/utf,allow_surrogate_escapes
+ \x{d800}\=no_utf_check
+ 0: \x{d800}
+
+/\udfff\o{157401}/utf,alt_bsux,allow_surrogate_escapes
+ \x{dfff}\x{df01}\=no_utf_check
+ 0: \x{dfff}\x{df01}
+
# End of testinput10