In the tests:
- pass/4f5419fe648c691b.js
- pass/5a2a8e992fa4fe37.js
- pass/5d5b9de6d9b95f3e.js
- pass/946bee37652a31fa.js
- pass/ba00173ff473e7da.js
- pass/e03ae54743348d7d.js
there is what appears to be an HTMLCloseComment, except that an HTMLCloseComment must be immediately preceded by either /* ... LineTerminator ... */ or a LineTerminatorSequence, and (in these tests), it isn't.
So either these tests should be moved to fail/, or they should be turned into valid scripts, I'm not sure which.
In the tests:
there is what appears to be an HTMLCloseComment, except that an HTMLCloseComment must be immediately preceded by either
/* ... LineTerminator ... */or a LineTerminatorSequence, and (in these tests), it isn't.So either these tests should be moved to fail/, or they should be turned into valid scripts, I'm not sure which.