oga/spec/oga
Yorick Peterse fdcd712ffe Don't use Array#uniq in NodeSet#initialize.
Removing this makes the process of parsing larger XML documents a bit faster.
The downside is that NodeSet#initialize will no longer filter out duplicate
nodes, though this is not something Oga itself relies upon.

Methods such as NodeSet#push still do ignore elements already present.
2015-03-21 01:22:59 +01:00
..
css Use describe/it instead of context/example. 2015-01-08 23:01:53 +01:00
html Lazy decoding of XML/HTML entities. 2015-03-05 23:00:43 +01:00
xml Don't use Array#uniq in NodeSet#initialize. 2015-03-21 01:22:59 +01:00
xpath Use describe/it instead of context/example. 2015-01-08 23:01:53 +01:00
oga_spec.rb Use sax_parse_html for HTML documents. 2015-03-21 01:22:59 +01:00