1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rexml
kou a66a9fbb10 * lib/rexml/parsers/ultralightparser.rb
(REXML::Parsers::UltraLightParser#parse): Fix wrong :start_doctype
  position.
  [Bug #9061] [ruby-dev:47778]
  Patch by Ippei Obayashi. Thanks!!!

* test/rexml/parser/test_ultra_light.rb: Add a test for this case.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-11-16 09:31:24 +00:00
..
dtd
formatters lib/rexml/document.rb, lib/rexml/element.rb, 2013-04-23 08:41:56 +00:00
light
parsers * lib/rexml/parsers/ultralightparser.rb 2013-11-16 09:31:24 +00:00
validation
attlistdecl.rb
attribute.rb * lib/rexml/attribute.rb: [DOC] Update example for #namespace 2013-08-04 18:37:46 +00:00
cdata.rb
child.rb
comment.rb
doctype.rb
document.rb lib/rexml/document.rb, lib/rexml/element.rb, 2013-04-23 08:41:56 +00:00
element.rb * lib/rexml/element.rb (REXML::Attributes#to_a): Support 2013-04-26 13:56:34 +00:00
encoding.rb
entity.rb
functions.rb
instruction.rb
namespace.rb
node.rb
output.rb
parent.rb
parseexception.rb
quickpath.rb
rexml.rb
sax2listener.rb * lib/rexml/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fix 2013-08-11 10:08:05 +00:00
security.rb
source.rb
streamlistener.rb * lib/rexml/streamlistener.rb: [DOC] Fix examples in 2013-07-22 23:15:15 +00:00
syncenumerator.rb
text.rb * lib/rexml/text.rb (REXML::Text#<<): Support appending in not 2013-07-07 02:50:38 +00:00
undefinednamespaceexception.rb
xmldecl.rb
xmltokens.rb
xpath.rb
xpath_parser.rb