mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
|
---input---
|
||
|
* foo
|
||
|
* bar
|
||
|
|
||
|
---tokens---
|
||
|
'*' Keyword
|
||
|
' ' Text.Whitespace
|
||
|
'foo' Text
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'*' Keyword
|
||
|
' ' Text.Whitespace
|
||
|
'bar' Text
|
||
|
'\n' Text.Whitespace
|