tartrazine/tests/wat/test_comment_with_open_paren.txt

11 lines
241 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
(; comment with ( open paren ;)
---tokens---
'(;' Comment.Multiline
' comment with ' Comment.Multiline
'(' Comment.Multiline
' open paren ' Comment.Multiline
';)' Comment.Multiline
'\n' Text