mirror of https://github.com/tc39/test262.git
Final lint fix on tests
This commit is contained in:
parent
48a7471060
commit
4ca5a94852
|
@ -12,3 +12,5 @@ negative:
|
|||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,3 +12,5 @@ negative:
|
|||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,3 +12,5 @@ negative:
|
|||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,3 +12,5 @@ negative:
|
|||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,3 +12,5 @@ negative:
|
|||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,3 +12,5 @@ negative:
|
|||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,3 +12,5 @@ negative:
|
|||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,3 +12,5 @@ negative:
|
|||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,3 +12,5 @@ negative:
|
|||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -5,14 +5,13 @@ description: >
|
|||
info: |
|
||||
HashbangComment::
|
||||
#! SingleLineCommentChars[opt]
|
||||
flags: [raw]
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
DONOTEVALUATE();
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function fn() {#!
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/*
|
||||
DONOTEVALUATE();
|
||||
$DONOTEVALUATE();
|
||||
these characters should not be considered within a comment
|
||||
*/
|
||||
/*---
|
||||
|
|
|
@ -12,4 +12,6 @@ negative:
|
|||
phase: parse
|
||||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,4 +12,6 @@ negative:
|
|||
phase: parse
|
||||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -11,4 +11,6 @@ negative:
|
|||
phase: parse
|
||||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,4 +12,6 @@ negative:
|
|||
phase: parse
|
||||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,4 +12,6 @@ negative:
|
|||
phase: parse
|
||||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -12,4 +12,6 @@ negative:
|
|||
phase: parse
|
||||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -11,4 +11,6 @@ negative:
|
|||
phase: parse
|
||||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -11,6 +11,9 @@ negative:
|
|||
type: SyntaxError
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
{
|
||||
#!
|
||||
}
|
|
@ -6,7 +6,7 @@ description: >
|
|||
info: |
|
||||
HashbangComment::
|
||||
#! SingleLineCommentChars[opt]
|
||||
flags: [raw]
|
||||
flags: [raw, noStrict]
|
||||
features: [hashbang]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue