diff options
Diffstat (limited to 'pcre/testdata/testinputEBC')
-rw-r--r-- | pcre/testdata/testinputEBC | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pcre/testdata/testinputEBC b/pcre/testdata/testinputEBC index 56efcd00aac..378755d3b9a 100644 --- a/pcre/testdata/testinputEBC +++ b/pcre/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 --/ |