summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-06-19 16:10:07 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-06-19 16:10:07 +0000
commitcf565fb6b8347c3a139c8271557a15791446f755 (patch)
tree02b09a3475c64e1196ee98e630ad30127f7e7b48 /testdata
parent68e2e67656942f34537a41f75b8548764283686d (diff)
downloadpcre-cf565fb6b8347c3a139c8271557a15791446f755.tar.gz
Recognize EBCDIC non-breaking space and give error for \p in a class when no
UCP support. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1569 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinputEBC3
-rw-r--r--testdata/testoutputEBC6
2 files changed, 9 insertions, 0 deletions
diff --git a/testdata/testinputEBC b/testdata/testinputEBC
index 56efcd0..378755d 100644
--- a/testdata/testinputEBC
+++ b/testdata/testinputEBC
@@ -29,13 +29,16 @@ in EBCDIC, but can be specified as escapes. --/
/^A\ˆ/
A B
+ A\x41B
/-- Test \H --/
/^A\È/
AB
+ A\x42B
** Fail
A B
+ A\x41B
/-- Test \R --/
diff --git a/testdata/testoutputEBC b/testdata/testoutputEBC
index abbfdc4..72b6fa3 100644
--- a/testdata/testoutputEBC
+++ b/testdata/testoutputEBC
@@ -41,16 +41,22 @@ No match
/^A\ˆ/
A B
0: A\x20
+ A\x41B
+ 0: AA
/-- Test \H --/
/^A\È/
AB
0: AB
+ A\x42B
+ 0: AB
** Fail
No match
A B
No match
+ A\x41B
+No match
/-- Test \R --/