aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/parser
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-163-0/+3
* * test/rexml/: Use REXMLTests as wrapping module for REXML tests.kou2014-05-273-3/+3
* Wrap REXML test classes by REXML module.akr2014-05-273-0/+6
* * lib/rexml/parsers/ultralightparser.rbkou2013-11-161-0/+67
* * test/rexml/parser/test_tree.rbkou2013-09-031-1/+1
* * lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou2013-09-031-0/+13
* * test/rexml/parser/test_tree.rb: Fix test name to describe testkou2013-09-031-1/+1
* * lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou2013-09-031-0/+27
* * test/rexml/parser/test_sax2.rb: Expand abbreviated class name.kou2013-08-111-1/+1
* * lib/rexml/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fixkou2013-08-111-0/+51
* * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou2013-08-111-0/+41
* * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou2013-08-111-0/+24
* * NEWS (REXML::Parsers::SAX2Parser): Add about this change.kou2013-08-111-2/+29
* * test/rexml/parser/test_sax2.rb: Add SAX2 API test.kou2013-08-111-0/+57