mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-20 07:03:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
285
spec/tests/html/javascript_backtracking.txt
Normal file
285
spec/tests/html/javascript_backtracking.txt
Normal file
@ -0,0 +1,285 @@
|
||||
---input---
|
||||
<script type="text/javascript">
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
alert("hi");
|
||||
// Note the missing </script> tag; this should not cause catastrophic backtracking
|
||||
|
||||
---tokens---
|
||||
'<' Punctuation
|
||||
'script' Name.Tag
|
||||
' ' Text
|
||||
'type' Name.Attribute
|
||||
'=' Operator
|
||||
'"text/javascript"' Literal.String
|
||||
'>' Punctuation
|
||||
'' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'alert' Name.Other
|
||||
'(' Punctuation
|
||||
'"hi"' Literal.String.Double
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'// Note the missing ' Comment.Single
|
||||
'<' Punctuation
|
||||
'/' Punctuation
|
||||
'script' Name.Tag
|
||||
'>' Punctuation
|
||||
' tag; this should not cause catastrophic backtracking\n' Text
|
Reference in New Issue
Block a user