summaryrefslogtreecommitdiff
path: root/tests/snippets/wat/test_nested_comment.txt
blob: de07293906906986a40f2b30f06397ecdc9df165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---input---
(;
nested(;;)comment
;)

---tokens---
'(;'          Comment.Multiline
'\nnested'    Comment.Multiline
'(;'          Comment.Multiline
';)'          Comment.Multiline
'comment\n'   Comment.Multiline

';)'          Comment.Multiline
'\n'          Text