This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/xml/multiline-comment-catastrophic-backtracking.txt
2022-12-04 16:25:25 +01:00

56 lines
545 B
Text

---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