mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
@ -0,0 +1,56 @@
|
||||
---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
|
Reference in New Issue
Block a user