Closed Bug 567346 Opened 14 years ago Closed 6 years ago

Regexp test and exec methods return incorrect values

Categories

(Tamarin Graveyard :: Virtual Machine, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX
Future

People

(Reporter: lhansen, Unassigned)

References

Details

Moved from JIRA: http://bugs.adobe.com/jira/browse/ASL-51

Steps to reproduce: 
1. var x:Boolean = /\S/.test(null); 
2. var y:Boolean = /null/.test(null); 
3. var z:Boolean = /\S/.exec(null); 
  
 Actual Results: 
 x = true 
 y = true 
 z = true 

 Expected Results: 
 x = false 
 y = false 
 z = false
Blocks: AS3_Builtins
Flags: flashplayer-qrb+
Target Milestone: --- → Future
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.