summaryrefslogtreecommitdiff
path: root/testdata/testinput23
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput23')
-rw-r--r--testdata/testinput2320
1 files changed, 20 insertions, 0 deletions
diff --git a/testdata/testinput23 b/testdata/testinput23
new file mode 100644
index 0000000..0fdbae7
--- /dev/null
+++ b/testdata/testinput23
@@ -0,0 +1,20 @@
+/-- Tests for the 16-bit library only */
+
+< forbid 8W
+
+/-- Check maximum non-UTF character size --/
+
+/\x{ffff}/
+ A\x{ffff}B
+
+/\x{10000}/
+
+/\o{20000}/
+
+/-- Check character ranges --/
+
+/[\H]/BZSI
+
+/[\V]/BZSI
+
+/-- End of testinput23 --/