oga/spec/oga
Yorick Peterse 817a5e075b Wrap predicate AST nodes _around_ other nodes.
This means that "foo[1]" uses this AST:

    (predicate (test nil "foo") (int 1))

Instead of this AST:

    (test nil "foo" (int 1))

This makes it easier for the XPath evaluator to process predicates correctly.
2014-11-12 22:59:38 +01:00
..
css CSS evaluator specs for IDs. 2014-11-11 00:21:28 +01:00
html Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00
xml Removed use of shared examples in Element specs. 2014-11-09 23:44:14 +01:00
xpath Wrap predicate AST nodes _around_ other nodes. 2014-11-12 22:59:38 +01:00
oga_spec.rb Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00