mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
57 lines
545 B
Plaintext
57 lines
545 B
Plaintext
|
---input---
|
||
|
<!--
|
||
|
this
|
||
|
comment
|
||
|
is
|
||
|
never
|
||
|
terminated
|
||
|
...
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
...
|
||
|
|
||
|
---tokens---
|
||
|
'<' Error
|
||
|
'!--' Text
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'this' Text
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'comment' Text
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'is' Text
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'never' Text
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'terminated' Text
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'...' Text
|
||
|
'\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n' Text.Whitespace
|
||
|
|
||
|
'...' Text
|
||
|
'\n' Text.Whitespace
|