From 5c39c6a1a93dc10cd6d40da1361e597e51b537dc Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 27 May 2005 09:13:34 +0000 Subject: - changed order of attributes in HTML tags (why... - changed order of attributes in HTML tags (why?!). --- test/files/jvm/serialization.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files') diff --git a/test/files/jvm/serialization.check b/test/files/jvm/serialization.check index 209f6ec976..497215a742 100644 --- a/test/files/jvm/serialization.check +++ b/test/files/jvm/serialization.check @@ -74,8 +74,8 @@ x = title y = title x equals y: true - y equals x: true -x =
Last NameFirst Name
Tom20
Bob22
James19
-y =
Last NameFirst Name
Tom20
Bob22
James19
+x =
Last NameFirst Name
Tom20
Bob22
James19
+y =
Last NameFirst Name
Tom20
Bob22
James19
x equals y: true - y equals x: true x = Tim -- cgit v1.2.3