aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/xpath
Commit message (Expand)AuthorAgeFilesLines
* [ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou2019-08-042-84/+256
* [ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou2019-08-042-4/+92
* [ruby/rexml] xpath: fix a bug that no namespace attribute isn't matched with ...Kouhei Sutou2019-08-041-1/+9
* 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
* Fix tests depending on sort stabilitynobu2016-10-131-1/+3
* better assertionnobu2016-10-121-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-166-0/+6
* * test/rexml: Avoid fd leaks.akr2014-05-271-10/+18
* * test/rexml/test_contrib.rb: Indent.kou2014-05-276-1087/+1087
* * test/rexml/: Use REXMLTests as wrapping module for REXML tests.kou2014-05-276-6/+6
* Wrap REXML test classes by REXML module.akr2014-05-276-1/+12
* * lib/rexml/xmltokens.rb: Add missing non ASCII valid characterskou2014-02-231-0/+40
* * test/rexml/xpath/test_attribute.rb: Simplify.kou2014-02-221-75/+17
* * test/rexml/test_xpath*.rb: Move to ...kou2014-02-225-0/+1354