mirror of https://github.com/tc39/test262.git
12 lines
200 B
JavaScript
12 lines
200 B
JavaScript
|
#!
|
||
|
/*---
|
||
|
esid: pending
|
||
|
description: >
|
||
|
Hashbang comments should be allowed in Modules.
|
||
|
info: |
|
||
|
HashbangComment::
|
||
|
#! SingleLineCommentChars[opt]
|
||
|
flags: [module]
|
||
|
features: [hashbang]
|
||
|
---*/
|