summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/comment-single-line-html-close.js
blob: 00881df8e7ce90ee7729282861b6d9a50f07cbb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// |reftest| error:SyntaxError module
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: >
    HTML-like comments are not available in module code
    (SingleLineHTMLCloseComment)
esid: sec-html-like-comments
negative:
  phase: parse
  type: SyntaxError
flags: [module]
---*/

$DONOTEVALUATE();

-->