aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml
Commit message (Expand)AuthorAgeFilesLines
* Import REXML 3.2.3 (#2548)Sutou Kouhei2019-10-121-0/+6
* [ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou2019-08-042-84/+256
* [ruby/rexml] xpath number: fix a bug that false is converted to NaNKouhei Sutou2019-08-041-25/+28
* [ruby/rexml] xpath local_name: fix a bug that nil is returned for nonexistent...Kouhei Sutou2019-08-044-0/+45
* [ruby/rexml] xpath boolean: implementKouhei Sutou2019-08-041-0/+75
* [ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou2019-08-042-4/+92
* [ruby/rexml] Message less confusing error to human (#16)ujihisa2019-08-041-0/+13
* [ruby/rexml] test: compare with real elementKouhei Sutou2019-08-041-2/+5
* [ruby/rexml] Fix crash with nil XPath variables (#13)Alyssa Ross2019-08-041-0/+19
* [ruby/rexml] Fix attribute's default namespace behaviorKouhei Sutou2019-08-041-1/+49
* [ruby/rexml] xpath: fix a bug that no namespace attribute isn't matched with ...Kouhei Sutou2019-08-041-1/+9
* Really ensure loading REXML in testskou2018-12-201-1/+2
* Ensure loading REXMLkou2018-12-201-1/+4
* rexml: upgrade to 3.1.8kou2018-12-2013-56/+275
* rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by defaultkou2018-04-283-8/+10
* rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]kou2018-04-222-5/+8
* rexml: Fix XPath bug of /#{ELEMENT_NAME}kou2018-04-224-11/+14
* rexml: Enable more testskou2018-04-211-3/+3
* rexml: Fix XPath concat() implementationkou2018-04-211-1/+1
* rexml: Fix XPath string() implementationkou2018-04-211-22/+5
* rexml: Make more readablekou2018-04-211-2/+2
* rexml: Fix a test bugkou2018-04-211-1/+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
* rexml: Fix a XPath bug of /child::node()kou2018-04-041-10/+17
* rexml: Fix a XPath bug of @attribute/parentkou2018-04-041-5/+5
* rexml: Fix a XPath bug of name(node-set)kou2018-04-031-17/+25
* Start re-enabling Jaxen testskou2018-04-011-94/+92
* Rename test classes to allow stable test count when running test-all -jnobu2018-03-131-1/+1
* REXML: Fix a bug that unexpected methods can be called as a XPath functionkou2017-08-131-0/+13
* rexml: add close tag check on end of document to StreamParserkou2017-06-071-0/+32
* rexml: REXML::Element#[] accepts String or Symbol as attribute namekou2016-12-061-0/+18
* Fix tests depending on sort stabilitynobu2016-10-131-1/+3
* better assertionnobu2016-10-121-1/+1
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* fix common misspelling [ci skip]nobu2015-12-241-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-1642-0/+42
* use assert_raisenobu2015-06-022-4/+4
* * test/rexml/test_document.rb: Indent.kou2014-11-151-56/+56
* * test/rexml/test_document.rbkou2014-11-151-5/+9
* * test/rexml/test_document.rbkou2014-11-151-65/+65
* * test/rexml/test_document.rbkou2014-11-151-2/+8
* * test/rexml/test_document.rbkou2014-11-151-4/+8
* * test/rexml/test_document.rbkou2014-11-151-58/+58
* * test/rexml/test_document.rb (REXMLTests::TestDocument): Groupkou2014-11-151-0/+2
* * test/rexml/test_document.rb (REXMLTests::TestDocument::BomTest):kou2014-11-151-1/+1