summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/testdata/testoutput6
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-01-31 20:33:17 -0800
committerStanislav Malyshev <stas@php.net>2016-01-31 20:37:47 -0800
commitca02d9c2d6f9bea7bf8abe607f1ee9484b1d7b62 (patch)
treee160528084046e2afc3bd3da4ce43bf0a808fa9a /ext/pcre/pcrelib/testdata/testoutput6
parentdf78eacc2f136b0bf5669e1a914672ea98783940 (diff)
downloadphp-git-ca02d9c2d6f9bea7bf8abe607f1ee9484b1d7b62.tar.gz
Upgrade bundled PCRE to 8.38
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testoutput6')
-rw-r--r--ext/pcre/pcrelib/testdata/testoutput696
1 files changed, 96 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/testdata/testoutput6 b/ext/pcre/pcrelib/testdata/testoutput6
index a990ba13eb..beb85aaa0b 100644
--- a/ext/pcre/pcrelib/testdata/testoutput6
+++ b/ext/pcre/pcrelib/testdata/testoutput6
@@ -2461,4 +2461,100 @@ No match
scat
0: sc
+/[A-`]/i8
+ abcdefghijklmno
+ 0: a
+
+/\C\X*QT/8
+ Ӆ\x0aT
+No match
+
+/[\pS#moq]/
+ =
+ 0: =
+
+/[[:punct:]]/8W
+ \xc2\xb4
+No match
+ \x{b4}
+No match
+
+/[[:^ascii:]]/8W
+ \x{100}
+ 0: \x{100}
+ \x{200}
+ 0: \x{200}
+ \x{300}
+ 0: \x{300}
+ \x{37e}
+ 0: \x{37e}
+ a
+No match
+ 9
+No match
+ g
+No match
+
+/[[:^ascii:]\w]/8W
+ a
+ 0: a
+ 9
+ 0: 9
+ g
+ 0: g
+ \x{100}
+ 0: \x{100}
+ \x{200}
+ 0: \x{200}
+ \x{300}
+ 0: \x{300}
+ \x{37e}
+ 0: \x{37e}
+
+/[\w[:^ascii:]]/8W
+ a
+ 0: a
+ 9
+ 0: 9
+ g
+ 0: g
+ \x{100}
+ 0: \x{100}
+ \x{200}
+ 0: \x{200}
+ \x{300}
+ 0: \x{300}
+ \x{37e}
+ 0: \x{37e}
+
+/[^[:ascii:]\W]/8W
+ a
+No match
+ 9
+No match
+ g
+No match
+ \x{100}
+ 0: \x{100}
+ \x{200}
+ 0: \x{200}
+ \x{300}
+No match
+ \x{37e}
+No match
+
+/[[:^ascii:]a]/8W
+ a
+ 0: a
+ 9
+No match
+ g
+No match
+ \x{100}
+ 0: \x{100}
+ \x{200}
+ 0: \x{200}
+ \x{37e}
+ 0: \x{37e}
+
/-- End of testinput6 --/