mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 00:14:35 +02:00
Try to fix CI errors
This commit is contained in:
parent
377231a1de
commit
bf337727a0
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2023 Ecma International. All rights reserved.
|
||||
// Copyright (c) 2023 Veera Sivarajan Ecma International. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
@ -8,15 +8,15 @@ description: >
|
||||
info: |
|
||||
sec-static-semantics-assignmenttargettype
|
||||
|
||||
PrimaryExpression : this
|
||||
PrimaryExpression: this
|
||||
|
||||
Return invalid.
|
||||
Return invalid.
|
||||
|
||||
sec-update-expressions-static-semantics-early-errors
|
||||
|
||||
UpdateExpression: LeftHandSideExpression --
|
||||
UpdateExpression: LeftHandSideExpression --
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is not simple.
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is not simple.
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2023 Ecma International. All rights reserved.
|
||||
// Copyright (c) 2023 Veera Sivarajan Ecma International. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
@ -8,15 +8,15 @@ description: >
|
||||
info: |
|
||||
sec-static-semantics-assignmenttargettype
|
||||
|
||||
PrimaryExpression : this
|
||||
PrimaryExpression: this
|
||||
|
||||
Return invalid.
|
||||
Return invalid.
|
||||
|
||||
sec-update-expressions-static-semantics-early-errors
|
||||
|
||||
UpdateExpression: LeftHandSideExpression ++
|
||||
UpdateExpression: LeftHandSideExpression ++
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is not simple.
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is not simple.
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2023 Ecma International. All rights reserved.
|
||||
// Copyright (c) 2023 Veera Sivarajan Ecma International. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
@ -8,15 +8,15 @@ It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not si
|
||||
info: |
|
||||
sec-static-semantics-assignmenttargettype
|
||||
|
||||
PrimaryExpression : this
|
||||
PrimaryExpression: this
|
||||
|
||||
Return invalid.
|
||||
Return invalid.
|
||||
|
||||
sec-update-expressions-static-semantics-early-errors
|
||||
|
||||
UpdateExpression: -- UnaryExpression
|
||||
UpdateExpression: -- UnaryExpression
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple.
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple.
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
@ -1,22 +1,22 @@
|
||||
// Copyright (c) 2023 Ecma International. All rights reserved.
|
||||
// Copyright (c) 2023 Veera Sivarajan Ecma International. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-update-expressions-static-semantics-early-errors
|
||||
esid: sec-update-expressions-static-semantics-early-errors
|
||||
description: >
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple. (this)
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple. (this)
|
||||
info: |
|
||||
sec-static-semantics-assignmenttargettype
|
||||
|
||||
PrimaryExpression : this
|
||||
PrimaryExpression: this
|
||||
|
||||
Return invalid.
|
||||
Return invalid.
|
||||
|
||||
sec-update-expressions-static-semantics-early-errors
|
||||
|
||||
UpdateExpression: ++ UnaryExpression
|
||||
UpdateExpression: ++ UnaryExpression
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple.
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple.
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
Loading…
x
Reference in New Issue
Block a user