rust/tests/data/lexer/0009_strings.txt

5 lines
82 B
Text
Raw Normal View History

2017-12-31 13:14:47 +01:00
STRING 7 "\"hello\""
WHITESPACE 1 " "
RAW_STRING 8 "r\"world\""
WHITESPACE 1 "\n"