aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/xpath/test_base.rb
Commit message (Expand)AuthorAgeFilesLines
* rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by defaultkou2018-04-281-4/+6
* rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]kou2018-04-221-2/+2
* rexml: Fix XPath bug of /#{ELEMENT_NAME}kou2018-04-221-0/+1
* rexml: Make more readablekou2018-04-211-1/+6
* rexml: Fix a XPath bug that white spaces aren't ignoredkou2018-04-191-22/+29
* rexml: Fix wrong assertionkou2018-04-191-1/+1
* rexml: Use more debug friendly assertion stylekou2018-04-191-5/+3
* rexml: Use more debug friendly assertion stylekou2018-04-191-5/+4
* rexml: Make more readablekou2018-04-191-6/+25
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/rexml: Avoid fd leaks.akr2014-05-271-10/+18
* * test/rexml/test_contrib.rb: Indent.kou2014-05-271-910/+910
* * test/rexml/: Use REXMLTests as wrapping module for REXML tests.kou2014-05-271-1/+1
* Wrap REXML test classes by REXML module.akr2014-05-271-0/+2
* * test/rexml/test_xpath*.rb: Move to ...kou2014-02-221-0/+1079