summaryrefslogtreecommitdiffstats
path: root/test/xmlrpc/data/bug_cdata.expected
diff options
context:
space:
mode:
authormneumann <mneumann@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-02 15:22:23 +0000
committermneumann <mneumann@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-02 15:22:23 +0000
commit3db8351ac76c56dd70403df0b295325b3572a1b2 (patch)
treee33e8558593289b4782cab988a9a75e75075d7f8 /test/xmlrpc/data/bug_cdata.expected
parent8b4b71182b15e65b3d0c925a3be7bc1833cd4348 (diff)
downloadruby-3db8351ac76c56dd70403df0b295325b3572a1b2.tar.gz
ruby-3db8351ac76c56dd70403df0b295325b3572a1b2.tar.xz
ruby-3db8351ac76c56dd70403df0b295325b3572a1b2.zip
* test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expected
values are now stored in YAML instead of using #inspect. This fixes false hash order. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/xmlrpc/data/bug_cdata.expected')
-rw-r--r--test/xmlrpc/data/bug_cdata.expected4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/xmlrpc/data/bug_cdata.expected b/test/xmlrpc/data/bug_cdata.expected
index 5ccf7fc08..17d786131 100644
--- a/test/xmlrpc/data/bug_cdata.expected
+++ b/test/xmlrpc/data/bug_cdata.expected
@@ -1 +1,3 @@
-[true, "test"]
+---
+- true
+- test \ No newline at end of file