summaryrefslogtreecommitdiff
path: root/tests/snippets/kotlin/test_should_cope_with_multiline_comments.txt
blob: 33ec204671f60d9a1e5360e1f05c2e69c7bcd919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---input---
"""
this
is
a
comment"""

---tokens---
'"""'         Literal.String
'\nthis\nis\na\ncomment' Literal.String
'"""'         Literal.String
'\n'          Text.Whitespace