rust/crates/parser/test_data/lexer/ok/strings.rast

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
159 B
Plaintext
Raw Normal View History

STRING "\"hello\""
WHITESPACE " "
STRING "r\"world\""
WHITESPACE " "
STRING "\"\\n\\\"\\\\no escape\""
WHITESPACE " "
STRING "\"multi\nline\""
WHITESPACE "\n"