Closed Bug 225366 Opened 22 years ago Closed 22 years ago

Regexp pattern /[A]/i not matching 'a'

Categories

(Rhino Graveyard :: Core, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: pschwartau, Assigned: igor)

Details

Attachments

(1 file)

This is the Rhino analogue of bug 225343 against SpiderMonkey: js> 'a'.match(/[a]/i); a <----------------------- correct js> 'a'.match(/[A]/i); null <----------------------- bug The testcase for this bug is: mozilla/js/tests/ecma_3/RegExp/regress-225343.js
This is pretty straightforward translation into Java of patch from attachment 135748 [details] [diff] [review] .
Assigning to self
Assignee: nboyd → igor
I committed the patch
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Marking Verified FIXED. The above testcase now passes in Rhino (interpreted and compiled mode) -
Status: RESOLVED → VERIFIED
Trageting as resolved against 1.5R5
Target Milestone: --- → 1.5R5
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: