rust/crates/syntax/test_data/lexer/ok/0013_raw_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

2 lines
71 B
Text

STRING 36 "r###\"this is a r##\"raw\"## string\"###"
WHITESPACE 1 "\n"