mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
19 lines
255 B
Plaintext
19 lines
255 B
Plaintext
---input---
|
|
thingy
|
|
thingy123
|
|
_thingy
|
|
_123
|
|
|
|
---tokens---
|
|
'thingy' Name
|
|
'\n' Text.Whitespace
|
|
|
|
'thingy123' Name
|
|
'\n' Text.Whitespace
|
|
|
|
'_thingy' Name
|
|
'\n' Text.Whitespace
|
|
|
|
'_123' Name
|
|
'\n' Text.Whitespace
|