test262/test/language/comments/hashbang/module.js

12 lines
205 B
JavaScript

#!
/*---
esid: pending
description: >
Hashbang comments should be allowed in Modules.
info: |
HashbangComment::
#! SingleLineCommentChars[opt]
flags: [module, raw]
features: [hashbang]
---*/