summaryrefslogtreecommitdiff
path: root/testdata/testinput6
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput6')
-rw-r--r--testdata/testinput626
1 files changed, 26 insertions, 0 deletions
diff --git a/testdata/testinput6 b/testdata/testinput6
index 1ccaa0d..0074851 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -27,6 +27,32 @@
/\xff/8D
+/\x{0041}\x{2262}\x{0391}\x{002e}/D8
+ \x{0041}\x{2262}\x{0391}\x{002e}
+
+/\x{D55c}\x{ad6d}\x{C5B4}/D8
+ \x{D55c}\x{ad6d}\x{C5B4}
+
+/\x{65e5}\x{672c}\x{8a9e}/D8
+ \x{65e5}\x{672c}\x{8a9e}
+
+/\x{80}/D8
+
+/\x{084}/D8
+
+/\x{104}/D8
+
+/\x{861}/D8
+
+/\x{212ab}/D8
+
+/.{3,5}X/D8
+ \x{212ab}\x{212ab}\x{212ab}\x{861}X
+
+
+/.{3,5}?/D8
+ \x{212ab}\x{212ab}\x{212ab}\x{861}
+
/-- These tests are here rather than in testinput5 because Perl 5.6 has --/
/-- some problems with UTF-8 support, in the area of \x{..} where the --/
/-- value is < 255. It grumbles about invalid UTF-8 strings. --/