mirror of https://github.com/tc39/test262.git
Tweak test descriptions: "Intl time zones" → "IANA time zones"
Suggestion from Justin Grant's code review.
This commit is contained in:
parent
33865c5339
commit
6d0978de60
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.instant.prototype.tostring
|
esid: sec-temporal.instant.prototype.tostring
|
||||||
description: The time zone offset part of the string serialization (Intl time zones)
|
description: The time zone offset part of the string serialization (IANA time zones)
|
||||||
features: [BigInt, Temporal]
|
features: [BigInt, Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.instant.prototype.tostring
|
esid: sec-temporal.instant.prototype.tostring
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.instant.prototype.tozoneddatetime
|
esid: sec-temporal.instant.prototype.tozoneddatetime
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.instant.prototype.tozoneddatetimeiso
|
esid: sec-temporal.instant.prototype.tozoneddatetimeiso
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.now.zoneddatetime
|
esid: sec-temporal.now.zoneddatetime
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.now.zoneddatetimeiso
|
esid: sec-temporal.now.zoneddatetimeiso
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindate.prototype.tozoneddatetime
|
esid: sec-temporal.plaindate.prototype.tozoneddatetime
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindatetime.prototype.tozoneddatetime
|
esid: sec-temporal.plaindatetime.prototype.tozoneddatetime
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaintime.prototype.tozoneddatetime
|
esid: sec-temporal.plaintime.prototype.tozoneddatetime
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.timezone.from
|
esid: sec-temporal.timezone.from
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.compare
|
esid: sec-temporal.zoneddatetime.compare
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.from
|
esid: sec-temporal.zoneddatetime.from
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.prototype.equals
|
esid: sec-temporal.zoneddatetime.prototype.equals
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.prototype.since
|
esid: sec-temporal.zoneddatetime.prototype.since
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.prototype.until
|
esid: sec-temporal.zoneddatetime.prototype.until
|
||||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with Intl time zones)
|
description: Conversion of ISO date-time strings to Temporal.TimeZone instances (with IANA time zones)
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue