summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm')
-rw-r--r--test/files/jvm/interpreter.check2
-rw-r--r--test/files/jvm/serialization.check6
2 files changed, 4 insertions, 4 deletions
diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check
index 4da2386ace..3955804db0 100644
--- a/test/files/jvm/interpreter.check
+++ b/test/files/jvm/interpreter.check
@@ -189,7 +189,7 @@ scala>
scala>
scala> | | | | res8: scala.xml.Elem =
<a>
-<b d="dd" c="c"></b></a>
+<b c="c" d="dd"></b></a>
scala>
scala>
diff --git a/test/files/jvm/serialization.check b/test/files/jvm/serialization.check
index 9997ad4d7b..5713c3881e 100644
--- a/test/files/jvm/serialization.check
+++ b/test/files/jvm/serialization.check
@@ -158,7 +158,7 @@ y = BitSet(0, 8, 9)
x equals y: true, y equals x: true
x = Map(C -> 3, B -> 2, A -> 1)
-y = Map(A -> 1, B -> 2, C -> 3)
+y = Map(C -> 3, A -> 1, B -> 2)
x equals y: true, y equals x: true
x = Set(layers, buffers, title)
@@ -203,7 +203,7 @@ x equals y: true, y equals x: true
x = <html>
<body>
- <table cellpadding="2" cellspacing="0">
+ <table cellspacing="0" cellpadding="2">
<tr>
<th>Last Name</th>
<th>First Name</th>
@@ -223,7 +223,7 @@ x = <html>
</html>
y = <html>
<body>
- <table cellpadding="2" cellspacing="0">
+ <table cellspacing="0" cellpadding="2">
<tr>
<th>Last Name</th>
<th>First Name</th>