tartrazine/tests/wat/test_comment_with_open_paren.txt

11 lines
241 B
Plaintext

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