summaryrefslogtreecommitdiffstats
path: root/tests/snippets/wat/test_string_byte_escape.txt
blob: c0b9e4a0587513f2c693c269f4ee8f3664dbc87d (plain)
1
2
3
4
5
6
7
8
9
---input---
"\001"

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