1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):

any number spaces can be placed between equal-sign and the value.
  patch from Ed Howland in [ruby-core:27345].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-12-29 01:36:26 +00:00
parent 3fb4d27a8d
commit cff7d0c80e
5 changed files with 20 additions and 4 deletions

View file

@ -24,7 +24,7 @@ module REXML
COPYRIGHT = "Copyright © 2001-2008 Sean Russell <ser@germane-software.com>"
DATE = "2008/019"
VERSION = "3.1.7.3"
REVISION = "$Revision$".gsub(/\$Revision:|\$/,'').strip
REVISION = %w$Revision$[1] || ''
Copyright = COPYRIGHT
Version = VERSION