mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 08:24:23 +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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
@ -8,7 +8,7 @@ description: >
|
|||||||
info: |
|
info: |
|
||||||
sec-static-semantics-assignmenttargettype
|
sec-static-semantics-assignmenttargettype
|
||||||
|
|
||||||
PrimaryExpression : this
|
PrimaryExpression: this
|
||||||
|
|
||||||
Return invalid.
|
Return invalid.
|
||||||
|
|
||||||
|
@ -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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
@ -8,7 +8,7 @@ description: >
|
|||||||
info: |
|
info: |
|
||||||
sec-static-semantics-assignmenttargettype
|
sec-static-semantics-assignmenttargettype
|
||||||
|
|
||||||
PrimaryExpression : this
|
PrimaryExpression: this
|
||||||
|
|
||||||
Return invalid.
|
Return invalid.
|
||||||
|
|
||||||
|
@ -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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
@ -8,7 +8,7 @@ It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not si
|
|||||||
info: |
|
info: |
|
||||||
sec-static-semantics-assignmenttargettype
|
sec-static-semantics-assignmenttargettype
|
||||||
|
|
||||||
PrimaryExpression : this
|
PrimaryExpression: this
|
||||||
|
|
||||||
Return invalid.
|
Return invalid.
|
||||||
|
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// 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.
|
// 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: >
|
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: |
|
info: |
|
||||||
sec-static-semantics-assignmenttargettype
|
sec-static-semantics-assignmenttargettype
|
||||||
|
|
||||||
PrimaryExpression : this
|
PrimaryExpression: this
|
||||||
|
|
||||||
Return invalid.
|
Return invalid.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user