mirror of https://github.com/tc39/test262.git
Remove duplicate description keys
This commit is contained in:
parent
4ffee35d89
commit
11d7dcc997
|
@ -4,7 +4,6 @@
|
||||||
esid: sec-date.prototype.settime
|
esid: sec-date.prototype.settime
|
||||||
es6id: 20.3.4.27
|
es6id: 20.3.4.27
|
||||||
description: Behavior when new value exceeds [[DateValue]] limits
|
description: Behavior when new value exceeds [[DateValue]] limits
|
||||||
info: |
|
|
||||||
info: |
|
info: |
|
||||||
1. Perform ? thisTimeValue(this value).
|
1. Perform ? thisTimeValue(this value).
|
||||||
2. Let t be ? ToNumber(time).
|
2. Let t be ? ToNumber(time).
|
||||||
|
|
|
@ -5,7 +5,6 @@ esid: sec-date.prototype.settime
|
||||||
es6id: 20.3.4.27
|
es6id: 20.3.4.27
|
||||||
description: >
|
description: >
|
||||||
Behavior when the "this" value is a Date object describing an invald date
|
Behavior when the "this" value is a Date object describing an invald date
|
||||||
info: |
|
|
||||||
info: |
|
info: |
|
||||||
1. Perform ? thisTimeValue(this value).
|
1. Perform ? thisTimeValue(this value).
|
||||||
2. Let t be ? ToNumber(time).
|
2. Let t be ? ToNumber(time).
|
||||||
|
|
Loading…
Reference in New Issue