mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-12 12:51:13 -03:00
13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
---input---
|
|
"""
|
|
this
|
|
is
|
|
a
|
|
comment"""
|
|
|
|
---tokens---
|
|
'"""' Literal.String
|
|
'\nthis\nis\na\ncomment' Literal.String
|
|
'"""' Literal.String
|
|
'\n' Text.Whitespace
|