
richter at apache
Mar 7, 2004, 1:01 PM
Post #1 of 1
(941 views)
Permalink
|
|
cvs commit: embperl/test/html xhtml.htm
|
|
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"') ; - [at] ffl = keys %fdat ; +@ffld = sort keys %fdat ; -] [$hidden$] --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-cvs-unsubscribe [at] perl For additional commands, e-mail: embperl-cvs-help [at] perl
|