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