rexml: Fix a XPath bug of $variable

[Bug #14600]
    
* lib/rexml/functions.rb: Fix a bug that "$variable" returns
  node instead of ndoe set.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2018-04-04 03:26:01 +00:00
Родитель c79307c0dc
Коммит d050a28f76
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -375,7 +375,7 @@ module REXML
when :variable
var_name = path_stack.shift
return @variables[ var_name ]
return [@variables[var_name]]
# :and, :or, :eq, :neq, :lt, :lteq, :gt, :gteq
# TODO: Special case for :or and :and -- not evaluate the right