summaryrefslogtreecommitdiffstats
path: root/tests/snippets/vbscript/test_unterminated_string.txt
blob: e92060bdfba6bb1a49c5284b9a9abb690a4e2339 (plain)
1
2
3
4
5
6
7
---input---
"x\nx

---tokens---
'"'           Literal.String.Double
'x\\nx'       Literal.String.Double
'\n'          Error