test262/test/language/comments/hashbang/use-strict.js

14 lines
273 B
JavaScript

#!"use strict"
/*---
esid: pending
description: >
Hashbang comments should not be interpreted and should not generate DirectivePrologues.
info: |
HashbangComment::
#! SingleLineCommentChars[opt]
flags: [raw, noStrict]
features: [hashbang]
---*/
with ({}) {}