jorton 2004/06/18 02:42:16
Modified: perl-framework/t/php strings3.t Log: Fix print %f tests to presume correct results, not the results that the broken PHP printf actually produced. 4.3.7 produces correct results now. Revision Changes Path 1.6 +4 -4 httpd-test/perl-framework/t/php/strings3.t Index: strings3.t =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/php/strings3.t,v retrieving revision 1.5 retrieving revision 1.6 diff -d -w -u -r1.5 -r1.6 --- strings3.t 18 Jun 2004 09:20:02 -0000 1.5 +++ strings3.t 18 Jun 2004 09:42:16 -0000 1.6 @@ -17,8 +17,8 @@ printf test 3:3.333333 printf test 4:3.3333333333 printf test 5:2.50 -printf test 6:2.50000000000 -printf test 7:0000000002.50 +printf test 6:2.50000000 +printf test 7:0000002.50 printf test 8:< foo> printf test 9:<bar > printf test 10: 123456789012345
