richter 2004/03/07 12:01:39
Modified: test/cmp xhtml.htm
test/html xhtml.htm
Log:
make xhtml test independend of hash order
Revision Changes Path
1.4 +1 -1 embperl/test/cmp/xhtml.htm
Index: xhtml.htm
===================================================================
RCS file: /home/cvs/embperl/test/cmp/xhtml.htm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xhtml.htm 7 Mar 2004 19:36:35 -0000 1.3
+++ xhtml.htm 7 Mar 2004 20:01:39 -0000 1.4
@@ -20,7 +20,7 @@
</tr>
</table>
-<input type="hidden" name="a" value="1" /><input type="hidden" name="c"
value=""3"" /><input type="hidden" name="b" value="'2'" />
+<input type="hidden" name="a" value="1" /><input type="hidden" name="b"
value="'2'" /><input type="hidden" name="c" value=""3"" />
<input type="text" name="b" value="'2'" />
<input type="text" name="c" value=""3"" />
1.3 +1 -1 embperl/test/html/xhtml.htm
Index: xhtml.htm
===================================================================
RCS file: /home/cvs/embperl/test/html/xhtml.htm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xhtml.htm 7 Mar 2004 19:36:35 -0000 1.2
+++ xhtml.htm 7 Mar 2004 20:01:39 -0000 1.3
@@ -31,7 +31,7 @@
[-
%fdat = ( a => 1, b => "'2'", c => '"3"') ;
[EMAIL PROTECTED] = keys %fdat ;
[EMAIL PROTECTED] = sort keys %fdat ;
-]
[$hidden$]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]