mirror of https://github.com/tc39/test262.git
Fixup edit to info
This commit is contained in:
parent
56d57956a0
commit
05d1ddf670
|
@ -5,10 +5,10 @@
|
|||
esid: sec-string.prototype.trimEnd
|
||||
description: Behavior when "this" value is a boolean.
|
||||
info: |
|
||||
TrimString
|
||||
Runtime Semantics: TrimString ( string, where )
|
||||
2. Let S be ? ToString(str).
|
||||
|
||||
ToString
|
||||
ToString ( argument )
|
||||
Argument Type: Boolean
|
||||
Result:
|
||||
If argument is true, return "true".
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
esid: sec-string.prototype.trimEnd
|
||||
description: Behavoir when "this" value is a number.
|
||||
info: |
|
||||
TrimString
|
||||
Runtime Semantics: TrimString ( string, where )
|
||||
2. Let S be ? ToString(str).
|
||||
|
||||
ToString
|
||||
ToString ( argument )
|
||||
Argument Type: Number
|
||||
Result: NumberToString(argument)
|
||||
features: [string-trimming]
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
esid: sec-string.prototype.trimEnd
|
||||
description: Type error when "this" value is a Symbol
|
||||
info: |
|
||||
TrimString
|
||||
Runtime Semantics: TrimString ( string, where )
|
||||
2. Let S be ? ToString(str).
|
||||
|
||||
ToString
|
||||
ToString ( argument )
|
||||
Argument Type: Symbol
|
||||
Result: Throw a TypeError exception
|
||||
features: [string-trimming]
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
esid: sec-string.prototype.trimStart
|
||||
description: Behavior when "this" value is a boolean.
|
||||
info: |
|
||||
TrimString
|
||||
Runtime Semantics: TrimString ( string, where )
|
||||
2. Let S be ? ToString(str).
|
||||
|
||||
ToString
|
||||
ToString ( argument )
|
||||
Argument Type: Boolean
|
||||
Result:
|
||||
If argument is true, return "true".
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
esid: sec-string.prototype.trimStart
|
||||
description: Behavoir when "this" value is a number.
|
||||
info: |
|
||||
TrimString
|
||||
Runtime Semantics: TrimString ( string, where )
|
||||
2. Let S be ? ToString(str).
|
||||
|
||||
ToString
|
||||
ToString ( argument )
|
||||
Argument Type: Number
|
||||
Result: NumberToString(argument)
|
||||
features: [string-trimming]
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
esid: sec-string.prototype.trimStart
|
||||
description: Type error when "this" value is a Symbol
|
||||
info: |
|
||||
TrimString
|
||||
Runtime Semantics: TrimString ( string, where )
|
||||
2. Let S be ? ToString(str).
|
||||
|
||||
ToString
|
||||
ToString ( argument )
|
||||
Argument Type: Symbol
|
||||
Result: Throw a TypeError exception
|
||||
features: [string-trimming]
|
||||
|
|
Loading…
Reference in New Issue