summaryrefslogtreecommitdiff
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
commit4c10b035ef46165c1b9a42183c7744988a38138a (patch)
treee33e8558593289b4782cab988a9a75e75075d7f8 /test/xmlrpc/data/bug_cdata.expected
parent5847fadf7b173479fca0521b2301e6ff89cbd09a (diff)
* 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: svn+ssh://ci.ruby-lang.org/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 5ccf7fc081..17d7861318 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