summaryrefslogtreecommitdiffstats
path: root/tests/snippets/wat/test_string_with_escape.txt
blob: c978faa4291667e2b02e64238c4dca7e077d0639 (plain)
1
2
3
4
5
6
7
8
9
---input---
"string\t"

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