Changeset 18182 in webkit for trunk/JavaScriptCore/tests
- Timestamp:
- Dec 12, 2006, 12:09:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/tests/mozilla/ecma_3/RegExp/regress-119909.js
r11995 r18182 58 58 printStatus(summary); 59 59 60 testThis(500, NO_BACKREFS, 'hello', 'goodbye'); 61 testThis(500, DO_BACKREFS, 'hello', 'goodbye'); 60 // Changed the parameter from 500 to 200 for WebKit, because PCRE reports an error for more parentheses. 61 testThis(200, NO_BACKREFS, 'hello', 'goodbye'); 62 testThis(200, DO_BACKREFS, 'hello', 'goodbye'); 62 63 63 64 exitFunc('test');
Note:
See TracChangeset
for help on using the changeset viewer.