comment-single-line-html-open.js 368 B

12345678910111213141516
  1. // Copyright (C) 2016 the V8 project authors. All rights reserved.
  2. // This code is governed by the BSD license found in the LICENSE file.
  3. /*---
  4. description: >
  5. HTML-like comments are not available in module code
  6. (SingleLineHTMLOpenComment)
  7. esid: sec-html-like-comments
  8. negative:
  9. phase: parse
  10. type: SyntaxError
  11. flags: [module]
  12. ---*/
  13. $DONOTEVALUATE();
  14. <!--