chiark / gitweb /
Merge from existing archive branch
[pcre3.git] / testdata / testinputEBC
index 56efcd00aacbf69a71ca6c8d6e9a9f1d34ec400d..378755d3b9a353d372325e37b53d15e4a611ccda 100644 (file)
@@ -29,13 +29,16 @@ in EBCDIC, but can be specified as escapes. --/
 
 /^A\\88/
     A B
+    A\x41B
 
 /-- Test \H --/
 
 /^A\È/
     AB
+    A\x42B
     ** Fail
     A B
+    A\x41B
 
 /-- Test \R --/