mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 16:04:36 +02:00
"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.
This commit is contained in:
parent
ae0cf675bf
commit
82e0487797
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.calendar.prototype.fields
|
esid: sec-temporal.calendar.prototype.fields
|
||||||
description: Temporal.Calendar.prototype.fields will take iterable of any size and any string
|
description: >
|
||||||
|
Temporal.Calendar.prototype.fields will take iterable of any size and any string
|
||||||
and return Array of the same content.
|
and return Array of the same content.
|
||||||
info: |
|
info: |
|
||||||
## 12.4.21 Temporal.Calendar.prototype.fields ( fields )
|
## 12.4.21 Temporal.Calendar.prototype.fields ( fields )
|
||||||
|
@ -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-initializedatetimeformat
|
esid: sec-initializedatetimeformat
|
||||||
description:
|
description: >
|
||||||
Invalid values for the `timeZoneName` option of the DateTimeFormat constructor
|
Invalid values for the `timeZoneName` option of the DateTimeFormat constructor
|
||||||
features: [Intl.DateTimeFormat-extend-timezonename]
|
features: [Intl.DateTimeFormat-extend-timezonename]
|
||||||
---*/
|
---*/
|
||||||
|
@ -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-initializedatetimeformat
|
esid: sec-initializedatetimeformat
|
||||||
description:
|
description: >
|
||||||
Valid values for the `timeZoneName` option of the DateTimeFormat constructor
|
Valid values for the `timeZoneName` option of the DateTimeFormat constructor
|
||||||
features: [Intl.DateTimeFormat-extend-timezonename]
|
features: [Intl.DateTimeFormat-extend-timezonename]
|
||||||
---*/
|
---*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user