ruby/test/rexml
kou ba5ed845b3 * lib/rexml/xmltokens.rb: Add missing non ASCII valid characters
to element name characters. Now, REXML name tokens exactly
  match "[5] Name" in the XML spec and "[4] NCName" in the
  Namespaces in XML spec. See comment about the details.
  [Bug #9539]  [ruby-core:60901]
  Reported by Mario Barcala. Thanks!!!

* test/rexml/xpath/test_node.rb: Add tests for the above case.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-23 09:01:32 +00:00
..
data [DOC] Correct a couple of typos in comments by @dvsuresh [Fixes GH-482] 2013-12-14 10:54:54 +00:00
parse * test/rexml/parse/test_document_type_declaration.rb: Add tests for 2013-08-10 03:40:58 +00:00
parser * lib/rexml/parsers/ultralightparser.rb 2013-11-16 09:31:24 +00:00
xpath * lib/rexml/xmltokens.rb: Add missing non ASCII valid characters 2014-02-23 09:01:32 +00:00
listener.rb * test/rexml/listener.rb: Untabify. 2014-02-22 11:05:35 +00:00
rexml_test_utils.rb Use require_relative to require local library 2013-02-24 13:10:46 +00:00
test_attributes.rb * lib/rexml/element.rb (REXML::Attributes#to_a): Support 2013-04-26 13:56:34 +00:00
test_attributes_mixin.rb * test/rexml/test_attributes_mixin.rb: Remove a needless shebang. 2013-07-31 12:25:36 +00:00
test_changing_encoding.rb * test/rexml/test_attributes_mixin.rb: Remove a needless shebang. 2013-07-31 12:25:36 +00:00
test_comment.rb * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb: 2011-09-07 14:42:44 +00:00
test_contrib.rb * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
test_core.rb Use require_relative to require local library 2013-02-24 13:10:46 +00:00
test_doctype.rb * test/rexml/test_attributes_mixin.rb: Remove a needless shebang. 2013-07-31 12:25:36 +00:00
test_document.rb * lib/rexml/security.rb (REXML::Security): create. 2013-02-27 12:24:31 +00:00
test_elements.rb * lib/rexml/parsers/xpathparser.rb 2011-06-11 07:05:42 +00:00
test_encoding.rb Use require_relative to require local library 2013-02-24 13:10:46 +00:00
test_encoding_2.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
test_entity.rb * lib/rexml/text.rb (REXML::Text.normalize): Fix a bug that all 2013-04-26 14:36:30 +00:00
test_functions.rb * test/monitor/test_monitor.rb: remove unused variabels. 2014-02-21 01:53:38 +00:00
test_functions_number.rb * properties. 2010-09-18 08:34:37 +00:00
test_jaxen.rb Use require_relative to require local library 2013-02-24 13:10:46 +00:00
test_light.rb Use require_relative to require local library 2013-02-24 13:10:46 +00:00
test_lightparser.rb Use require_relative to require local library 2013-02-24 13:10:46 +00:00
test_listener.rb * lib/{rake,rdoc,rss}/*, test/rexml/test_listener.rb: [DOC] Fix typos 2013-12-22 15:00:29 +00:00
test_martin_fowler.rb * test/rexml/: untabify. 2010-09-17 13:46:56 +00:00
test_namespace.rb Use require_relative to require local library 2013-02-24 13:10:46 +00:00
test_order.rb Use require_relative to require local library 2013-02-24 13:10:46 +00:00
test_preceding_sibling.rb * test/rexml/: untabify. 2010-09-17 13:46:56 +00:00
test_pullparser.rb Suppress warnings. 2012-07-23 21:37:39 +00:00
test_rexml_issuezilla.rb Use require_relative to require local library 2013-02-24 13:10:46 +00:00
test_sax.rb Use require_relative to require local library 2013-02-24 13:10:46 +00:00
test_stream.rb * lib/rexml/parsers/streamparser.rb 2013-07-26 14:17:24 +00:00
test_text.rb * test/rexml/test_text.rb: Add missing tests for Text#<<. 2013-07-09 12:41:26 +00:00
test_ticket_80.rb * test/rexml/: import REXML tests from 2010-09-17 13:14:14 +00:00
test_validation_rng.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
test_xml_declaration.rb * test/rexml/test_attributes_mixin.rb: Remove a needless shebang. 2013-07-31 12:25:36 +00:00