mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
35 lines
597 B
Plaintext
35 lines
597 B
Plaintext
---input---
|
|
- [ ] sample task
|
|
|
|
* [ ] sample task
|
|
|
|
* [ ] sample task
|
|
|
|
---tokens---
|
|
'- ' Keyword
|
|
'[ ]' Keyword
|
|
' ' Text
|
|
'sample' Text
|
|
' ' Text
|
|
'task' Text
|
|
'\n' Text.Whitespace
|
|
|
|
'\n' Text.Whitespace
|
|
|
|
'* ' Keyword
|
|
'[ ]' Keyword
|
|
' ' Text
|
|
'sample' Text
|
|
' ' Text
|
|
'task' Text
|
|
'\n' Text.Whitespace
|
|
|
|
'\n ' Text.Whitespace
|
|
'* ' Keyword
|
|
'[ ]' Keyword
|
|
' ' Text
|
|
'sample' Text
|
|
' ' Text
|
|
'task' Text
|
|
'\n' Text.Whitespace
|