diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2014-08-10 16:09:24 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2014-08-10 16:09:24 +0000 |
commit | 59f57fe3751bd44336fce932334daebfff4d7bae (patch) | |
tree | 03fcd1ab28f604b17c1761f0a112bbd7b339e257 /testdata/testoutput7 | |
parent | 3f8ec093e2ff15b038631986699bc0ff1da86aec (diff) | |
download | pcre2-59f57fe3751bd44336fce932334daebfff4d7bae.tar.gz |
Multi-config tests (without JIT) now work.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@44 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput7')
-rw-r--r-- | testdata/testoutput7 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/testoutput7 b/testdata/testoutput7 index a9511bc..a380569 100644 --- a/testdata/testoutput7 +++ b/testdata/testoutput7 @@ -1125,6 +1125,7 @@ No match /a\Rb/I,bsr=unicode,utf Capturing subpattern count = 0 Options: utf +\R matches any Unicode newline First code unit = 'a' Last code unit = 'b' Subject length lower bound = 3 @@ -1168,6 +1169,7 @@ No match /a\R?b/I,bsr=unicode,utf Capturing subpattern count = 0 Options: utf +\R matches any Unicode newline First code unit = 'a' Last code unit = 'b' Subject length lower bound = 2 |