summaryrefslogtreecommitdiff
path: root/testdata/testoutput26
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testoutput26')
-rw-r--r--testdata/testoutput2617
1 files changed, 17 insertions, 0 deletions
diff --git a/testdata/testoutput26 b/testdata/testoutput26
new file mode 100644
index 0000000..28f8d42
--- /dev/null
+++ b/testdata/testoutput26
@@ -0,0 +1,17 @@
+/-- Tests for the 32-bit library with UTF-32 support only */
+
+< forbid W
+
+/-- Non-UTF characters --/
+
+/\x{110000}/8
+Failed: character value in \x{} or \o{} is too large at offset 9
+
+/\o{4200000}/8
+Failed: character value in \x{} or \o{} is too large at offset 10
+
+/\C/8
+ \x{110000}
+Error -10 (bad UTF-32 string) offset=0 reason=3
+
+/-- End of testinput26 --/