summaryrefslogtreecommitdiff
path: root/testdata/testoutput25
diff options
context:
space:
mode:
authorchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-16 15:55:12 +0000
committerchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-16 15:55:12 +0000
commit92138d94435fabfab626b43ee0066521f546e5c4 (patch)
tree3bb798caac51c559c4e6f0991ad0ab77b308dd40 /testdata/testoutput25
parentcb6ba00cb082d9a53480307d3c13d49472126d32 (diff)
downloadpcre-92138d94435fabfab626b43ee0066521f546e5c4.tar.gz
pcre32: tests: Add test for 32-bit firstchar and reqchar
Make sure that first_char and req_char work for 32-bit characters using the full 32-bit range. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1081 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testoutput25')
-rw-r--r--testdata/testoutput2518
1 files changed, 18 insertions, 0 deletions
diff --git a/testdata/testoutput25 b/testdata/testoutput25
index a062b2e..2a4066d 100644
--- a/testdata/testoutput25
+++ b/testdata/testoutput25
@@ -10,6 +10,24 @@
/\x{ffffffff}/
+/\x{7fffffff}\x{7fffffff}/I
+Capturing subpattern count = 0
+No options
+First char = \x{7fffffff}
+Need char = \x{7fffffff}
+
+/\x{80000000}\x{80000000}/I
+Capturing subpattern count = 0
+No options
+First char = \x{80000000}
+Need char = \x{80000000}
+
+/\x{ffffffff}\x{ffffffff}/I
+Capturing subpattern count = 0
+No options
+First char = \x{ffffffff}
+Need char = \x{ffffffff}
+
/-- Non-UTF characters --/
/\C{2,3}/