[webkit-reviews] review granted: [Bug 21232] RegExp.prototype.test bug with '@' : [Attachment 24015] Layout tests have Changelogs too, y'know. D'oh.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 2 09:02:45 PDT 2008


Darin Adler <darin at apple.com> has granted Gavin Barraclough
<barraclough at apple.com>'s request for review:
Bug 21232: RegExp.prototype.test bug with '@'
https://bugs.webkit.org/show_bug.cgi?id=21232

Attachment 24015: Layout tests have Changelogs too, y'know.  D'oh.
https://bugs.webkit.org/attachment.cgi?id=24015&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
+//var regexp03a = /[1-3]+/.exec("[-]");
+//shouldBe('regexp03a.toString()', '"[-]"');
+//var regexp03a = /[\--o]+/.exec("-ok");
+//shouldBe('regexp03a.toString()', '"[-]"');

Why are those commented out?

Normally, we like to include tests even if they show failures.

r=me


More information about the webkit-reviews mailing list