lxinhcn / xpath-as3

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

Attribute existence test does not work if the attribute's value is an empty string #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A path like "c[@a]" should match a "c" element whith an attribute named
"a". However, the implementation currently will not match elements if the
"a" attribute has an empty value.

Original issue reported on code.google.com by peterj...@gmail.com on 22 Nov 2007 at 4:09

GoogleCodeExporter commented 8 years ago
Actually, I'm just tired. This works. Added a unit test to show this.

Original comment by peterj...@gmail.com on 22 Nov 2007 at 4:51

GoogleCodeExporter commented 8 years ago

Original comment by peterj...@gmail.com on 22 Nov 2007 at 4:52

GoogleCodeExporter commented 8 years ago
Verifying old bug fixes

Original comment by peterj...@gmail.com on 14 Apr 2009 at 7:10