summaryrefslogtreecommitdiff
path: root/test/rexml/test_xpath_pred.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_xpath_pred.rb')
-rw-r--r--test/rexml/test_xpath_pred.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/rexml/test_xpath_pred.rb b/test/rexml/test_xpath_pred.rb
index 373a7f562b..584358966a 100644
--- a/test/rexml/test_xpath_pred.rb
+++ b/test/rexml/test_xpath_pred.rb
@@ -20,7 +20,7 @@ class XPathPredicateTester < Test::Unit::TestCase
</section>
</article>
EOL
-
+
def setup
@doc = REXML::Document.new( SRC )
@parser = REXML::Parsers::XPathParser.new
@@ -48,8 +48,8 @@ class XPathPredicateTester < Test::Unit::TestCase
assert_equal( 1, m.size )
assert_equal( "1", m[0].attributes["id"] )
end
-
- def do_path( path )
+
+ def do_path( path )
m = REXML::XPath.match( @doc, path )
#puts path, @parser.parse( path ).inspect
return m