mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-12 12:51:13 -03:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
---input---
|
|
"hello there"
|
|
|
|
---tokens---
|
|
'"' Literal.String
|
|
'hello there' Literal.String
|
|
'"' Literal.String
|
|
'\n' Text.Whitespace
|