jwoolley 02/05/03 20:51:33
Modified: perl-framework/t/modules include.t Added: perl-framework/t/htdocs/modules/include if8.shtml Log: Add a test for parens within an if/elif expression, which is currently broken in Apache 2.0 for some reason. I'm investigating. Revision Changes Path 1.1 httpd-test/perl-framework/t/htdocs/modules/include/if8.shtml Index: if8.shtml =================================================================== <!--#if expr="($SERVER_PORT = 80) && ($p_ssl = 0)"--> pass <!--#elif expr="($SERVER_PORT = 443) && ($p_ssl = 1)"--> pass <!--#else--> fail <!--#endif--> 1.18 +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.17 retrieving revision 1.18 diff -u -d -u -r1.17 -r1.18 --- include.t 5 Apr 2002 07:27:29 -0000 1.17 +++ include.t 4 May 2002 03:51:33 -0000 1.18 @@ -43,6 +43,7 @@ "if3.shtml" => "pass pass pass", "if4.shtml" => "pass pass", "if5.shtml" => "pass pass pass", +"if8.shtml" => "pass", "big.shtml" => "hello pass pass pass hello", "newline.shtml" => "inc-two.shtml body", "inc-rfile.shtml" =>
