mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-28 11:00:59 -03:00
Imported test cases from pygments
This commit is contained in:
56
tests/xml/multiline-comment-catastrophic-backtracking.txt
Normal file
56
tests/xml/multiline-comment-catastrophic-backtracking.txt
Normal file
@ -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