tartrazine/spec/unsupported_lexers/wat/test_string_byte_escape.txt

10 lines
196 B
Plaintext

---input---
"\001"
---tokens---
'"' Literal.String.Double
'\\00' Literal.String.Escape
'1' Literal.String.Double
'"' Literal.String.Double
'\n' Text