haysclark / as3-xpath

1 stars 0 forks source link

No error is thrown when you use a right paren without a preceding left paren #14

Closed haysclark closed 10 years ago

haysclark commented 10 years ago

From peterj...@gmail.com on April 30, 2008 03:58:26

Parsing "//a[@href = 'http://www.memorphic.com') does not give an error, even though it is syntactically incorrect. Instead, the predicate is ignored.

This should throw a syntax error

Original issue: http://code.google.com/p/xpath-as3/issues/detail?id=14

haysclark commented 10 years ago

From peterj...@gmail.com on May 06, 2008 11:42:03

Errors are now thrown, but no real info is there as to why. This could be a lot of work to add.

Status: Fixed

haysclark commented 10 years ago

From peterj...@gmail.com on April 14, 2009 00:10:30

Verifying old bug fixes

Status: Verified