mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
518 B
518 B
META
description=Weird escape (should error)
type=expr
SOURCE
"abc\qdef"
EXPECTED
INVALID ESCAPE SEQUENCE - weird_escape.md:1:5:1:7
PROBLEMS
INVALID ESCAPE SEQUENCE This escape sequence is not recognized.
weird_escape.md:1:5:1:7:
"abc\qdef"
^^
TOKENS
StringStart,MalformedStringPart,StringEnd,
EndOfFile,
PARSE
(e-string)
FORMATTED
""
CANONICALIZE
(e-string)
TYPES
(expr (type "Str"))