summaryrefslogtreecommitdiff
path: root/testdata/testoutput2
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testoutput2')
-rw-r--r--testdata/testoutput217
1 files changed, 17 insertions, 0 deletions
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index d0880db..114817a 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -14165,4 +14165,21 @@ Failed: parentheses are too deeply nested (stack check) at offset 0
End
------------------------------------------------------------------
+/\othing/
+Failed: missing opening brace after \o at offset 1
+
+/\o{}/
+Failed: digits missing in \x{} or \o{} at offset 1
+
+/\o{whatever}/
+Failed: non-octal character in \o{} (closing brace missing?) at offset 3
+
+/\xthing/
+
+/\x{}/
+Failed: digits missing in \x{} or \o{} at offset 3
+
+/\x{whatever}/
+Failed: non-hex character in \x{} (closing brace missing?) at offset 3
+
/-- End of testinput2 --/