mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-21 07:40:47 +00:00
568 B
568 B
META
description=Unicode overflow (should error)
type=expr
SOURCE
"\u(FFFFFF)"
EXPECTED
INVALID UNICODE ESCAPE SEQUENCE - unicode_overflow_str.md:1:2:1:12
PROBLEMS
INVALID UNICODE ESCAPE SEQUENCE This Unicode escape sequence is not valid.
unicode_overflow_str.md:1:2:1:12:
"\u(FFFFFF)"
^^^^^^^^^^
TOKENS
StringStart,MalformedStringPart,StringEnd,
EndOfFile,
PARSE
(e-string)
FORMATTED
""
CANONICALIZE
(e-string)
TYPES
(expr (type "Str"))