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

5 lines
82 B
Plaintext
Raw Normal View History

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