[Webkit-unassigned] [Bug 80822] Tests for RegExp multiline failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 01:47:55 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=80822





--- Comment #1 from Gavin Barraclough <barraclough at apple.com>  2012-03-12 01:47:54 PST ---
RegExp.multiline is a read-only property (see ES5.1 15.10.7.4), so these are error in the test case.  For these tests, probably best to change them to postfix the 'm' flag, if that will work.

This reminds me, I should check that strict-mode assignment to multiline etc throws. :-)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list