summaryrefslogtreecommitdiff
path: root/testdata/testinputEBC
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinputEBC')
-rw-r--r--testdata/testinputEBC3
1 files changed, 3 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 --/