shapesecurity / shift-parser-js

ECMAScript parser that produces a Shift format AST
http://shift-ast.org/parser.html
Apache License 2.0
248 stars 28 forks source link

Rejects HTML comments which contain only a single line terminator #392

Closed bakkot closed 5 years ago

bakkot commented 5 years ago
a<!--
-->

and

a<!--

-->

are both valid Scripts, but we only accept the latter.

Fix incoming.

bakkot commented 5 years ago

Fixed by #394.