aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/rexml/document.rb: add REXML::Document#document.nagachika2014-11-131-0/+51
* * lib/rexml/entity.rb: keep the entity size within the limitation.usa2014-10-272-0/+43
* * lib/rexml/source.rb (REXML::IOSource#encoding_updated): Fix akou2014-10-231-0/+9
* * test/rexml/test_encoding.rbkou2014-10-232-2/+2
* * test/rexml/test_encoding.rbkou2014-10-231-1/+1
* Avoid a shadowing warning.akr2014-05-271-1/+1
* * test/rexml: Avoid fd leaks.akr2014-05-2710-113/+138
* * test/rexml/test_document.rb: Indent.kou2014-05-271-187/+187
* * test/rexml/test_document.rb: Wrap by REXMLTests module.kou2014-05-271-1/+3
* * test/rexml/test_encoding_2.rb: Remove a needless file.kou2014-05-271-59/+0
* * test/rexml/test_contrib.rb: Indent.kou2014-05-2735-4966/+4966
* * test/rexml/: Use REXMLTests as wrapping module for REXML tests.kou2014-05-2739-39/+39
* * test/rexml/test_comment.rb: Remove needless REXML module wrapping.kou2014-05-271-2/+0
* Wrap REXML test classes by REXML module.akr2014-05-2739-3/+78