Closed Bug 1321664 Opened 7 years ago Closed 7 years ago

RegExp: Treat U+017F and U+212A as word characters in boundary assertions

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1338373
Tracking Status
firefox53 --- affected

People

(Reporter: anba, Unassigned)

References

()

Details

Test case:
---
print(/\b/iu.test('\u017F'))
---

Expected: Prints true
Actual: Prints false
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.