slovo/tests/unsupported-string-literal.diag
2026-05-22 08:38:43 +02:00

16 lines
436 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedStringLiteral)
(message "string literal contains bytes outside the first runtime string slice")
(file "<fixture>")
(span
(bytes 59 60)
(range 5 25 5 26)
)
(expected "printable ASCII string literal")
(found "unsupported string literal")
(hint "use printable ASCII text plus the current \\n, \\t, \\\", and \\\\ escapes")
)