Closed
Bug 617923
Opened 14 years ago
Closed 6 years ago
Infinite loop on unterminated string literal
Categories
(Other Applications Graveyard :: Narcissus, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vjeuxx, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10
Build Identifier:
If you write an opening quote (simple or double) just before EOF, it will go into an infinite loop.
Note: I made a small HTML page in order to test the parser, you might find it handy
http://fooo.fr/~vjeux/blog/climbjs/optimize/test.html
Reproducible: Always
Steps to Reproduce:
1. Run Narcissus.parser.parse('"');
Actual Results:
Infinite Loop
Expected Results:
SyntaxError: Unterminated string literal
Comment 1•6 years ago
|
||
Closing as Narcissus isn't maintained anymore.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•