Closed
Bug 68084
Opened 25 years ago
Closed 25 years ago
Regular subexpressions followed by +, ? not running to completion
Categories
(Rhino Graveyard :: Core, defect)
Rhino Graveyard
Core
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pschwartau, Assigned: rogerl)
Details
Attachments
(1 file)
|
2.63 KB,
patch
|
Details | Diff | Splinter Review |
This is the Rhino version of bug 67773 in SpiderMonkey.
Have added this regression testcase to the test suite:
js/tests/ecma_3/RegExp/regress-67773.js
Note: this depends on a new shell.js file I have added:
js/tests/ecma_3/RegExp/shell.js
| Assignee | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
With the latest rhino, rhinoi on WinNT, all tests in js/tests/ecma_3/RegExp/
are passing. It looks like a fix may have already been posted. See:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&fi
le=NativeRegExp.java&root=/cvsroot&subdir=mozilla/js/rhino/org/mozilla/javascrip
t/regexp&command=DIFF_FRAMESET&rev1=1.31&rev2=1.32
| Assignee | ||
Comment 3•25 years ago
|
||
Sure enough, cool! Since the tests pass I guess you can go ahead and close it
out. Thanks.
| Reporter | ||
Comment 4•25 years ago
|
||
Resolving as FIXED -
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•