mirror of https://github.com/tc39/test262.git
Add feature: string-trimming
This commit is contained in:
parent
583a67af4c
commit
55c39cc58b
|
@ -60,6 +60,12 @@ SharedArrayBuffer
|
||||||
Array.prototype.flatten
|
Array.prototype.flatten
|
||||||
Array.prototype.flatMap
|
Array.prototype.flatMap
|
||||||
|
|
||||||
|
# String Trimming
|
||||||
|
# https://github.com/tc39/proposal-string-left-right-trim
|
||||||
|
# Includes all tests for:
|
||||||
|
# String.prototype.{trimStart, trimEnd, trimLeft, trimRight }
|
||||||
|
string-trimming
|
||||||
|
|
||||||
# Standard language features
|
# Standard language features
|
||||||
#
|
#
|
||||||
# Language features that have been included in a published version of the
|
# Language features that have been included in a published version of the
|
||||||
|
|
Loading…
Reference in New Issue