mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
11 lines
122 B
Plaintext
11 lines
122 B
Plaintext
---input---
|
|
a;bc
|
|
d
|
|
|
|
---tokens---
|
|
'a' Name
|
|
';bc\n' Error
|
|
|
|
'd' Name
|
|
'\n' Text.Whitespace
|