summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/testdata/testinputEBC
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testinputEBC')
-rw-r--r--ext/pcre/pcrelib/testdata/testinputEBC3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/testdata/testinputEBC b/ext/pcre/pcrelib/testdata/testinputEBC
index 56efcd00aa..378755d3b9 100644
--- a/ext/pcre/pcrelib/testdata/testinputEBC
+++ b/ext/pcre/pcrelib/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 --/