tartrazine/spec/unsupported_lexers/wat/test_string_with_escape.txt

10 lines
200 B
Plaintext

---input---
"string\t"
---tokens---
'"' Literal.String.Double
'string' Literal.String.Double
'\\t' Literal.String.Escape
'"' Literal.String.Double
'\n' Text