Closed Bug 550987 Opened 15 years ago Closed 6 years ago

RegExp toString does not escape slashes

Categories

(Tamarin Graveyard :: Virtual Machine, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX
Future

People

(Reporter: cpeyer, Unassigned)

References

Details

This is a divergence from spidermonkey: print(RegExp("/").toString()); actual: /// expected: /\// Also not sure what the behaviour for RegExp.source should be: print(RegExp("/").source); actual: / spidermonkey: /\// Found in spidermonkey regression testspidermonkey/js1_5/Regress/regress-248444 - see Bug 248444.
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.