Skip to content

Commit

Permalink
Fixup edit to info
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerie R Young committed Oct 6, 2017
1 parent 7b0bd99 commit 78549f6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions test/built-ins/String/prototype/trimEnd/this-value-boolean.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
esid: sec-string.prototype.trimEnd
description: Behavior when "this" value is a boolean.
info: |
TrimString
Runtime Semantics: TrimString ( string, where )

This comment has been minimized.

Copy link
@leobalter

leobalter Oct 6, 2017

Member

+1

2. Let S be ? ToString(str).
ToString
ToString ( argument )
Argument Type: Boolean
Result:
If argument is true, return "true".
Expand Down
4 changes: 2 additions & 2 deletions test/built-ins/String/prototype/trimEnd/this-value-number.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 78549f6

Please sign in to comment.