tartrazine/tests/wat/test_multiline_comment.txt

12 lines
164 B
Plaintext
Raw Normal View History

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