mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
5ba4f949c2
Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
8 lines
177 B
Text
8 lines
177 B
Text
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"
|