test262/test/language/comments/hashbang/escaped-hashbang.js

17 lines
330 B
JavaScript
Raw Normal View History

2018-12-03 22:55:42 +01:00
\u0023\u0021
/*---
esid: pending
description: >
Hashbang comments should not be allowed to have encoded characters
info: |
HashbangComment::
#! SingleLineCommentChars[opt]
flags: [raw]
2019-02-05 18:46:27 +01:00
negative:
phase: parse
type: SyntaxError
features: [hashbang]
2018-12-03 22:55:42 +01:00
---*/
2019-02-05 19:47:01 +01:00
throw "Test262: This statement should not be evaluated.";