roc/test/snapshots/expr/weird_escape.md
2025-10-30 11:19:56 -04:00

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"))