brianp 02/05/24 21:03:38
Modified: perl-framework/t/modules include.t Added: perl-framework/t/htdocs/modules/include if9.shtml Log: Added a regular expression test case for mod_include Revision Changes Path 1.19 +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.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- include.t 4 May 2002 03:51:33 -0000 1.18 +++ include.t 25 May 2002 04:03:38 -0000 1.19 @@ -44,6 +44,7 @@ "if4.shtml" => "pass pass", "if5.shtml" => "pass pass pass", "if8.shtml" => "pass", +"if9.shtml" => "pass 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/if9.shtml Index: if9.shtml =================================================================== <!--#set var="x" value="foo bar"--> <!--#if expr="$x = /^foo/ && $x = /bar$/" --> pass <!--#else--> fail <!--#endif--> <!--#if expr="($x = /^foo/) && ($x = /bar$/)" --> pass <!--#else--> fail <!--#endif-->
