mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00: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
|