UNPKG
test262-parser
Version:
latest (2.2.0)
2.2.0
2.0.10
2.0.8
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Parse a test262-format test and provide API
github.com/smikes/test262-parser
smikes/test262-parser
test262-parser
/
test
/
fixtures
/
hashbang-multi-line-comment.js
15 lines
•
296 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/*
these
characters
should
not
be
considered
within
a
comment
*/
/*---
esid:
pending
description:
> Hashbang comments should not interpret multi-line comments.
info:
| HashbangComment:: #! SingleLineCommentChars[opt]
flags:
[
raw
]
negative:
phase:
parse
type:
SyntaxError
---*/