mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
25 lines
295 B
Plaintext
25 lines
295 B
Plaintext
|
---input---
|
||
|
~~
|
||
|
~~~
|
||
|
~~~~
|
||
|
~~~~~
|
||
|
~~~~~~
|
||
|
|
||
|
---tokens---
|
||
|
'~' Text
|
||
|
'~' Text
|
||
|
'\n' Text
|
||
|
|
||
|
'~~~' Keyword
|
||
|
'\n' Text
|
||
|
|
||
|
'~~~~' Keyword
|
||
|
'\n' Text
|
||
|
|
||
|
'~~~~~' Keyword
|
||
|
'\n' Text
|
||
|
|
||
|
'~~~~~' Keyword
|
||
|
'~' Text
|
||
|
'\n' Text
|