oga/spec
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
..
oga Don't use Array#uniq in NodeSet#initialize. 2015-03-21 01:22:59 +01:00
support Port over most of the old XML error handling. 2015-03-21 01:22:59 +01:00
spec_helper.rb Removed RSpec shared examples. 2014-11-10 00:06:26 +01:00