* 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

@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.2"
#define RUBY_RELEASE_DATE "2009-12-28"
#define RUBY_RELEASE_DATE "2009-12-29"
#define RUBY_PATCHLEVEL -1
#define RUBY_BRANCH_NAME "trunk"
@ -8,7 +8,7 @@
#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2009
#define RUBY_RELEASE_MONTH 12
#define RUBY_RELEASE_DAY 28
#define RUBY_RELEASE_DAY 29
#include "ruby/version.h"