summaryrefslogtreecommitdiff
path: root/test/rexml/test_functions.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-21 01:53:38 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-21 01:53:38 +0000
commit569172765302d6b60a64e6499ba95973cd756ea3 (patch)
tree247c9dad7cd42a8b6925c4dfee629acd26518977 /test/rexml/test_functions.rb
parentd691a28d914e7e5152b7dc3f47da1baaf684fbfb (diff)
* test/monitor/test_monitor.rb: remove unused variabels.
* test/resolv/test_dns.rb: ditto. * test/rexml/test_functions.rb: ditto. * test/rss/test_setup_maker_itunes.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rexml/test_functions.rb')
-rw-r--r--test/rexml/test_functions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rexml/test_functions.rb b/test/rexml/test_functions.rb
index 082d772e23..2b14e0a6ad 100644
--- a/test/rexml/test_functions.rb
+++ b/test/rexml/test_functions.rb
@@ -83,7 +83,6 @@ class FunctionsTester < Test::Unit::TestCase
# examples from http://www.w3.org/TR/xpath#function-substring
doc = Document.new('<test string="12345" />')
- d = Document.new("<a b='1'/>")
#puts XPath.first(d, 'node()[0 + 1]')
#d = Document.new("<a b='1'/>")
#puts XPath.first(d, 'a[0 mod 0]')