summaryrefslogtreecommitdiff
path: root/testdata/testoutput25
diff options
context:
space:
mode:
authorchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-10-12 14:54:53 +0000
committerchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-10-12 14:54:53 +0000
commitf1ecd6ecb6949c6f99521a71e721eb26a7825888 (patch)
tree1376990f080cac484c4b9c1b6a54a8033b3010ab /testdata/testoutput25
parent5ad9c94e7e08eee3b2224c681df08095044f9430 (diff)
downloadpcre-f1ecd6ecb6949c6f99521a71e721eb26a7825888.tar.gz
Fix \o{...} to accept characters between 0x80000000 and 0xffffffff
The 32-bit library in non-UTF-32 mode can accept any 32-bit character, not just up to 0x7fffffff. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1373 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testoutput25')
-rw-r--r--testdata/testoutput2512
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/testoutput25 b/testdata/testoutput25
index 2a4066d..28bd1eb 100644
--- a/testdata/testoutput25
+++ b/testdata/testoutput25
@@ -10,6 +10,18 @@
/\x{ffffffff}/
+/\x{100000000}/
+Failed: character value in \x{} or \o{} is too large at offset 12
+
+/\o{17777777777}/
+
+/\o{20000000000}/
+
+/\o{37777777777}/
+
+/\o{40000000000}/
+Failed: character value in \x{} or \o{} is too large at offset 14
+
/\x{7fffffff}\x{7fffffff}/I
Capturing subpattern count = 0
No options