tartrazine/spec/unsupported_lexers/praat/test_broken_unquoted_string.txt

17 lines
367 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
printline string
... 'interpolated' string
---tokens---
'printline' Keyword
' ' Text.Whitespace
'string' Literal.String
'\n' Text.Whitespace
'...' Punctuation
' ' Text.Whitespace
"'interpolated'" Literal.String.Interpol
' ' Text.Whitespace
'string' Literal.String
'\n' Text.Whitespace