From 98a04818c6e15a1eab45c5224e6db3429496536e Mon Sep 17 00:00:00 2001 From: ph10 Date: Mon, 6 Oct 2014 17:28:42 +0000 Subject: Work on the tests for JIT. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@97 6239d852-aaf2-0410-a92c-79f79f948069 --- testdata/testoutput18 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 testdata/testoutput18 (limited to 'testdata/testoutput18') diff --git a/testdata/testoutput18 b/testdata/testoutput18 new file mode 100644 index 0000000..954b4b5 --- /dev/null +++ b/testdata/testoutput18 @@ -0,0 +1,20 @@ +# This set of tests is run only with the 8-bit library. It tests the POSIX +# interface with UTF/UCP support, which is supported only with the 8-bit +# library. This test should not be run with JIT (which is not available for the +# POSIX interface). + +#pattern posix + +/a\x{1234}b/utf + a\x{1234}b + 0: a\x{1234}b + +/\w/ + +++\x{c2} +No match: POSIX code 17: match failed + +/\w/ucp + +++\x{c2} + 0: \xc2 + +# End of testdata/testinput17 -- cgit v1.2.1