tartrazine/spec/unsupported_lexers/praat/test_string_escaped_quotes.txt

14 lines
306 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
"it said ""foo"""
---tokens---
'"' Literal.String
'it said ' Literal.String
'"' Literal.String
'"' Literal.String
'foo' Literal.String
'"' Literal.String
'"' Literal.String
'"' Literal.String
'\n' Text.Whitespace