tartrazine/spec/tests/kotlin/test_should_cope_with_multiline_comments.txt

13 lines
179 B
Plaintext

---input---
"""
this
is
a
comment"""
---tokens---
'"""' Literal.String
'\nthis\nis\na\ncomment' Literal.String
'"""' Literal.String
'\n' Text.Whitespace