test262/test
Michael Dyck 82e0487797 "Normalize" some YAML
In each case, it's the scalar value associated with the "description" key.
Normally in test262, this is written in either:
- block notation (indicated by '>' or '|'), or
- flow notation, single-line, on the same line as the key.

In the cases addressed by this PR, the value is instead written in:
- (1x) flow notation, *multi*-line, or
- (2x) flow notation, single-line, on the line *after* the key.

These are valid YAML, but they're styles that test262 doesn't otherwise use,
so could conceivably confuse people or harnesses.

This PR changes them to block notation.
2021-07-21 16:34:04 -04:00
..
annexB Move some AnnexB tests per proposed spec change 2021-05-21 13:06:41 -04:00
built-ins "Normalize" some YAML 2021-07-21 16:34:04 -04:00
harness chore: migrate $ERROR -> throw new Test262Error in harness/ & test/harness 2021-07-21 15:15:55 -04:00
intl402 "Normalize" some YAML 2021-07-21 16:34:04 -04:00
language Update identifier-strict-recursive.js 2021-07-20 10:33:29 -04:00