Skip to content
Snippets Groups Projects
escaped-hash-043.js 328 B
\043!
/*---
esid: pending
description: >
    Hashbang comments should not be allowed to have encoded characters \043
info: |
    HashbangComment::
      #! SingleLineCommentChars[opt]
flags: [raw]
negative:
  phase: parse
  type: SyntaxError
features: [hashbang]
---*/

throw "Test262: This statement should not be evaluated.";