Closed Bug 550984 Opened 14 years ago Closed 6 years ago

Regexp \b should not recognize non-ASCII alphanumerics as word characters

Categories

(Tamarin Graveyard :: Virtual Machine, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX
Future

People

(Reporter: cpeyer, Unassigned)

References

Details

per ECMA-262 15.10.2.6, the \b assertion should break at 'word' boundaries,
where 'word' means characters A-Za-z0-9_ and no others.

as:
"m\ucc44nd".split(/\b/).length

actual: 1
expected: 3

Found via spidermonkey regression test - see Bug 247179.
Flags: in-testsuite+
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Flags: flashplayer-qrb? → flashplayer-qrb+
Target Milestone: --- → Future
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in before you can comment on or make changes to this bug.