summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/comment-single-line-html-open.js
blob: 3e8580eadc7989dd57c658d8e859bb9dd0062cbb (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
    (SingleLineHTMLOpenComment)
esid: sec-html-like-comments
negative:
  phase: parse
  type: SyntaxError
flags: [module]
---*/

$DONOTEVALUATE();

<!--