1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--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
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
test_attributes.rb
test_attributes_mixin.rb
test_changing_encoding.rb
test_comment.rb
test_contrib.rb
test_core.rb
test_doctype.rb
test_document.rb
test_elements.rb
test_encoding.rb
test_encoding_2.rb
test_entity.rb
test_functions.rb * test/monitor/test_monitor.rb: remove unused variabels. 2014-02-21 01:53:38 +00:00
test_functions_number.rb
test_jaxen.rb
test_light.rb
test_lightparser.rb
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_namespace.rb
test_order.rb
test_preceding_sibling.rb
test_pullparser.rb
test_rexml_issuezilla.rb
test_sax.rb
test_stream.rb
test_text.rb
test_ticket_80.rb
test_validation_rng.rb
test_xml_declaration.rb