[webkit-reviews] review requested: [Bug 138129] String.prototype.split gives incorrect result in some cases: "a".split(/$/) == ["a", ""] not ["a"]. : [Attachment 245088] Updated split such that it does not include the empty end of line string.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 21 14:27:31 PST 2015


Matthew Mirman <mmirman at apple.com> has asked  for review:
Bug 138129: String.prototype.split gives incorrect result in some cases:
"a".split(/$/) == ["a",""] not ["a"].
https://bugs.webkit.org/show_bug.cgi?id=138129

Attachment 245088: Updated split such that it does not include the empty end of
line string.

https://bugs.webkit.org/attachment.cgi?id=245088&action=review


More information about the webkit-reviews mailing list