From 2a15d25a5941301b5be6bc29eb4ac97d5aafe3dc Mon Sep 17 00:00:00 2001 From: kou Date: Fri, 17 Sep 2010 13:46:56 +0000 Subject: * test/rexml/: untabify. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_martin_fowler.rb | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'test/rexml/test_martin_fowler.rb') diff --git a/test/rexml/test_martin_fowler.rb b/test/rexml/test_martin_fowler.rb index bdbf487ed4..1b29c3df88 100644 --- a/test/rexml/test_martin_fowler.rb +++ b/test/rexml/test_martin_fowler.rb @@ -2,6 +2,20 @@ require 'test/unit' require 'rexml/document' class OrderTester < Test::Unit::TestCase + DOC = < +Remove this element and figs order differently +
+
+

Para of text

+

Remove this and figs order differently

+
+
+
+
+ +END + def initialize n @doc = REXML::Document.new(DOC) @figs = REXML::XPath.match(@doc,'//figure') @@ -21,18 +35,3 @@ class OrderTester < Test::Unit::TestCase assert_equal 'fig4', @figs[3].attributes['src'] end end - - -DOC = < -Remove this element and figs order differently -
-
-

Para of text

-

Remove this and figs order differently

-
-
-
-
- -END -- cgit v1.2.3