summaryrefslogtreecommitdiff
path: root/test/files/jvm/serialization.check
diff options
context:
space:
mode:
authorSzabolcs Berecz <szabolcs.berecz@gmail.com>2012-01-10 23:33:07 +0100
committerSzabolcs Berecz <szabolcs.berecz@gmail.com>2012-01-14 22:28:18 +0100
commit126469f9224430f09af31afb50bf4f6fa0b4e189 (patch)
tree3b59fd20574ebe3b5f9647587222e8063a792027 /test/files/jvm/serialization.check
parent066b1a1f5d80e1a314d6e96a9a8c0b4d76a8c7a1 (diff)
downloadscala-126469f9224430f09af31afb50bf4f6fa0b4e189.tar.gz
scala-126469f9224430f09af31afb50bf4f6fa0b4e189.tar.bz2
scala-126469f9224430f09af31afb50bf4f6fa0b4e189.zip
Preserve attribute order in inline XML
Diffstat (limited to 'test/files/jvm/serialization.check')
-rw-r--r--test/files/jvm/serialization.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/jvm/serialization.check b/test/files/jvm/serialization.check
index bc56387f81..f58f763a76 100644
--- a/test/files/jvm/serialization.check
+++ b/test/files/jvm/serialization.check
@@ -206,7 +206,7 @@ x equals y: true, y equals x: true
x = <html>
<body>
- <table cellspacing="0" cellpadding="2">
+ <table cellpadding="2" cellspacing="0">
<tr>
<th>Last Name</th>
<th>First Name</th>
@@ -226,7 +226,7 @@ x = <html>
</html>
y = <html>
<body>
- <table cellspacing="0" cellpadding="2">
+ <table cellpadding="2" cellspacing="0">
<tr>
<th>Last Name</th>
<th>First Name</th>