aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini/libxml_engine_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rewind StringIO instances before be parsed againPaco Guzman2013-06-161-0/+1
|
* Compare with the parsed result from REXML backendPaco Guzman2013-05-221-1/+1
|
* Added missing assertAnupam Choudhury2013-04-021-5/+6
|
* Only call MiniTest.autorun if the dependecy is presentRafael Mendonça França2012-12-311-4/+3
|
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
|
* Code cleanup, bugfixes and speed improvements for the Nokogiri and LibXML ↵Willem van Bergen2010-01-011-0/+9
| | | | | | | | XmlMini backends [#3641 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Added CDATA support to the XmlMini LibXML engine, adjusted whitespace ↵Jacob Lauemoeller2009-10-151-0/+194
handling to closer match that of the REXML engine, and added a LibXML engine test Signed-off-by: Michael Koziarski <michael@koziarski.com>