blob: 9fb6b9ba8a6f677e4e8beed7c66108832342c087 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// |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
(MultiLineHTMLCloseComment)
esid: sec-html-like-comments
negative:
phase: parse
type: SyntaxError
flags: [module]
---*/
$DONOTEVALUATE();
/*
*/-->
|