diff options
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testoutput4')
-rw-r--r-- | ext/pcre/pcrelib/testdata/testoutput4 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/ext/pcre/pcrelib/testdata/testoutput4 b/ext/pcre/pcrelib/testdata/testoutput4 index 128afe4386..4591026d40 100644 --- a/ext/pcre/pcrelib/testdata/testoutput4 +++ b/ext/pcre/pcrelib/testdata/testoutput4 @@ -802,10 +802,10 @@ No match 0: aXb a\nb 0: a\x{0a}b - *** Failers -No match + +/a\C\Cb/8 a\x{100}b -No match + 0: a\x{100}b /[z-\x{100}]/8i z @@ -1119,4 +1119,13 @@ No match 0: a\x{c0}a\x{c0} 1: a\x{c0} +/A*/g8 + AAB\x{123}BAA + 0: AA + 0: + 0: + 0: + 0: AA + 0: + /-- End of testinput4 --/ |