Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Hash#from_xml with frozen strings (#24718) | Marek Kirejczyk | 2016-05-21 | 1 | -8/+18 |
| | | | | | | | | | * Hash#from_xml works with frozen strings Fixes #24647 * Fix rexml engine test [Marek Kirejczyk + Rafael Mendonça França] | ||||
* | Do not include Active Support on tests | Rafael Mendonça França | 2015-01-04 | 1 | -8/+6 |
| | | | | It was not done to be included | ||||
* | Rewind StringIO instances before be parsed again | Paco Guzman | 2013-06-16 | 1 | -0/+1 |
| | |||||
* | Compare with the parsed result from REXML backend | Paco Guzman | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | Added missing assert | Anupam Choudhury | 2013-04-02 | 1 | -1/+8 |
| | |||||
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Add support for parsing XML and JSON from an IO as well as a string [#2659 ↵ | Brian Lopez | 2009-05-17 | 1 | -0/+14 |
| | | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Nokogiri backend for XmlMini | Aaron Patterson | 2009-03-10 | 1 | -0/+15 |
[#2190 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> |