Fix YAML indentation

This commit is contained in:
Veera 2023-05-16 18:40:35 -04:00 committed by Philip Chimento
parent bf337727a0
commit 732cfff666
2 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@
/*--- /*---
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

View File

@ -2,7 +2,7 @@
// 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: |