Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: Embperl-cvs

cvs commit: embperl/test/html xhtml.htm

 

 

ModPerl embperl-cvs RSS feed   Index | Next | Previous | View Threaded


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="&quot;3&quot;" /><input type="hidden" name="b" value="&apos;2&apos;" />
+<input type="hidden" name="a" value="1" /><input type="hidden" name="b" value="&apos;2&apos;" /><input type="hidden" name="c" value="&quot;3&quot;" />

<input type="text" name="b" value="&apos;2&apos;" />
<input type="text" name="c" value="&quot;3&quot;" />



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

ModPerl embperl-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.