mirror of https://github.com/tc39/test262.git
fix comments
This commit is contained in:
parent
a87f987e7f
commit
1c722a8158
|
@ -1,6 +1,5 @@
|
|||
// Copyright (C) 2021 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayofweek
|
||||
description: Temporal.Calendar.prototype.dayOfWeek will take Temporal.PlainDateTime objects
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// Copyright (C) 2021 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayofweek
|
||||
description: Temporal.Calendar.prototype.dayOfWeek will take Temporal.PlainDate objects
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// Copyright (C) 2021 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayofweek
|
||||
description: Temporal.Calendar.prototype.dayOfWeek will take ISO8601 string
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// Copyright (C) 2021 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayOfWeek
|
||||
description: Temporal.Calendar.prototype.dayOfWeek throws RangeError on
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// Copyright (C) 2021 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayOfWeek
|
||||
description: Temporal.Calendar.prototype.dayOfWeek throws TypeError
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
// Copyright (C) 2021 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayofyear
|
||||
description: Temporal.Calendar.prototype.dayOfYear will take PlainDateTime object and
|
||||
return the day of year.
|
||||
and return Array of the same content.
|
||||
return the day of year.
|
||||
info: |
|
||||
4. Let temporalDate be ? ToTemporalDate(temporalDateLike).
|
||||
5. Return 𝔽(! ToISODayOfYear(temporalDate.[[ISOYear]], temporalDate.[[ISOMonth]], temporalDate.[[ISODay]])).
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
// Copyright (C) 2021 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayofyear
|
||||
description: Temporal.Calendar.prototype.dayOfYear will take PlainDate object and
|
||||
return the day of year.
|
||||
and return Array of the same content.
|
||||
return the day of year.
|
||||
info: |
|
||||
5. Return 𝔽(! ToISODayOfYear(temporalDate.[[ISOYear]], temporalDate.[[ISOMonth]], temporalDate.[[ISODay]])).
|
||||
features: [Temporal]
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
// Copyright (C) 2021 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayofyear
|
||||
description: Temporal.Calendar.prototype.dayOfYear will take ISO8601 string and
|
||||
return the day of year.
|
||||
and return Array of the same content.
|
||||
return the day of year.
|
||||
info: |
|
||||
4. Let temporalDate be ? ToTemporalDate(temporalDateLike).
|
||||
5. Return 𝔽(! ToISODayOfYear(temporalDate.[[ISOYear]], temporalDate.[[ISOMonth]], temporalDate.[[ISODay]])).
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// Copyright (C) 2021 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayOfYear
|
||||
description: Temporal.Calendar.prototype.dayOfYear throws RangeError on
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// Copyright (C) 2021 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayOfYear
|
||||
description: Temporal.Calendar.prototype.dayOfYear throws TypeError
|
||||
|
|
Loading…
Reference in New Issue