brianp 2002/06/14 22:48:08
Modified: perl-framework/t/modules include.t Added: perl-framework/t/htdocs/modules/include if10.shtml Log: Added a test case for nested if-statements in SSI files, due to bug 9866 Revision Changes Path 1.20 +1 -0 httpd-test/perl-framework/t/modules/include.t Index: include.t =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/modules/include.t,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- include.t 25 May 2002 04:03:38 -0000 1.19 +++ include.t 15 Jun 2002 05:48:07 -0000 1.20 @@ -45,6 +45,7 @@ "if5.shtml" => "pass pass pass", "if8.shtml" => "pass", "if9.shtml" => "pass pass", +"if10.shtml" => "pass", "big.shtml" => "hello pass pass pass hello", "newline.shtml" => "inc-two.shtml body", "inc-rfile.shtml" => 1.1 httpd-test/perl-framework/t/htdocs/modules/include/if10.shtml Index: if10.shtml =================================================================== <!--#if expr="1=1" --> pass <!--#else--> fail <!--#if expr="2=2" --> fail <!--#else--> fail <!--#endif--> <!--#endif-->
