test262/test/language/comments/hashbang/no-line-separator.js

12 lines
233 B
JavaScript

/*---
esid: pending
description: >
Hashbang comments should not require a newline afterwards
info: |
HashbangComment::
#! SingleLineCommentChars[opt]
features: [hashbang]
---*/
assert.sameValue(eval('#!'), undefined);