summaryrefslogtreecommitdiff
path: root/tests/snippets/wat/test_comment_with_open_paren.txt
blob: 631de4cb0f9e39f9c5df7fd1f4ca0c7d2bf09956 (plain)
1
2
3
4
5
6
7
8
9
10
---input---
(; comment with ( open paren ;)

---tokens---
'(;'          Comment.Multiline
' comment with ' Comment.Multiline
'('           Comment.Multiline
' open paren ' Comment.Multiline
';)'          Comment.Multiline
'\n'          Text