Changeset 37390 in webkit


Ignore:
Timestamp:
Oct 7, 2008 2:22:05 PM (16 years ago)
Author:
hyatt@apple.com
Message:

2008-10-07 David Hyatt <hyatt@apple.com>

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

Remove global substitution from SunSpider regexp test, since only Firefox was honoring it and
we want all browsers to be doing the same thing on the test.

Reviewed by Maciej

  • tests/regexp-dna.js:
Location:
trunk/SunSpider
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SunSpider/ChangeLog

    r36312 r37390  
     12008-10-07  David Hyatt  <hyatt@apple.com>
     2
     3        https://bugs.webkit.org/show_bug.cgi?id=18989
     4
     5        Remove global substitution from SunSpider regexp test, since only Firefox was honoring it and
     6        we want all browsers to be doing the same thing on the test.
     7
     8        Reviewed by Maciej
     9
     10        * tests/regexp-dna.js:
     11
    1122008-09-09  Cameron Zwarich  <cwzwarich@uwaterloo.ca>
    213
  • trunk/SunSpider/tests/regexp-dna.js

    r26908 r37390  
    17091709
    17101710for(k in subs)
    1711  dnaInput = dnaInput.replace(k, subs[k], "g")
     1711 dnaInput = dnaInput.replace(k, subs[k]) // FIXME: Would like this to be a global substitution in a future version of SunSpider.
    17121712 // search string, replacement string, flags
Note: See TracChangeset for help on using the changeset viewer.