oga/spec
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
..
oga Wrap predicate AST nodes _around_ other nodes. 2014-11-12 22:59:38 +01:00
support Removed RSpec shared examples. 2014-11-10 00:06:26 +01:00
spec_helper.rb Removed RSpec shared examples. 2014-11-10 00:06:26 +01:00