hydra1983 / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

StringUtils.equals("\\", "\\") returns false #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make the call: StringUtils.equals("\\", "\\")
2. Result: returns false

What is the expected output? What do you see instead?

Should return true. Are there any known issues around the area?

What version of the product are you using? On what operating system?
as3commons-lang 0.2

Please provide any additional information below.

Original issue reported on code.google.com by matti.ha...@gmail.com on 17 Feb 2011 at 7:46

GoogleCodeExporter commented 9 years ago
I could not reproduce this bug.  I tested using as3commons-lang-0.2.1.swc and 
the current trunk code.  

The bug reported in lang version 0.2 was most likely fixed when the 
StringUtils.equals method was updated shortly before the 0.2.1 release.

Original comment by zachary....@gmail.com on 21 Feb 2011 at 7:16

GoogleCodeExporter commented 9 years ago
I also could not reproduce that with the latest code in trunk. If the 
implementation had changed between the versions, it's most likely a bug in the 
old code.

Original comment by matti.ha...@gmail.com on 21 Feb 2011 at 8:16

GoogleCodeExporter commented 9 years ago
As this cannot be reproduced, I'm closing this issue.

Original comment by ihatelivelyids on 11 Mar 2011 at 9:02