rust/crates/syntax/test_data/lexer/ok/0009_strings.txt
Aleksey Kladov 5ba4f949c2 Kill RAW_ literals
Syntactically, they are indistinguishable from non-raw versions, so it
doesn't make sense to separate then *at the syntax* level.
2020-11-06 22:23:14 +01:00

9 lines
177 B
Plaintext

STRING 7 "\"hello\""
WHITESPACE 1 " "
STRING 8 "r\"world\""
WHITESPACE 1 " "
STRING 17 "\"\\n\\\"\\\\no escape\""
WHITESPACE 1 " "
STRING 12 "\"multi\nline\""
WHITESPACE 1 "\n"