mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
21 lines
339 B
Plaintext
21 lines
339 B
Plaintext
|
---input---
|
||
|
"""
|
||
|
Some text multiline
|
||
|
"""
|
||
|
|
||
|
"""Some text multiline
|
||
|
"""
|
||
|
|
||
|
"""
|
||
|
Some text multiline"""
|
||
|
|
||
|
---tokens---
|
||
|
'"""\nSome text multiline\n"""' Literal.String
|
||
|
'\n\n' Text.Whitespace
|
||
|
|
||
|
'"""Some text multiline\n"""' Literal.String
|
||
|
'\n\n' Text.Whitespace
|
||
|
|
||
|
'"""\nSome text multiline"""' Literal.String
|
||
|
'\n' Text.Whitespace
|