tartrazine/spec/unsupported_lexers/wat/test_nested_comment.txt

15 lines
262 B
Plaintext
Raw Normal View History

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