brianp 2002/06/19 21:05:04
Modified: perl-framework/t/modules include.t Added: perl-framework/t/htdocs/modules/include errmsg4.shtml Log: Added a test to verify mod_include's handling of unterminated directives Revision Changes Path 1.21 +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.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- include.t 15 Jun 2002 05:48:07 -0000 1.20 +++ include.t 20 Jun 2002 04:05:04 -0000 1.21 @@ -38,6 +38,7 @@ "errmsg1.shtml" => "errmsg", "errmsg2.shtml" => "errmsg", "errmsg3.shtml" => "errmsg", +"errmsg4.shtml" => "pass errmsg", "if1.shtml" => "pass", "if2.shtml" => "pass pass", "if3.shtml" => "pass pass pass", 1.1 httpd-test/perl-framework/t/htdocs/modules/include/errmsg4.shtml Index: errmsg4.shtml =================================================================== <!--#config errmsg="errmsg" --> pass <!--#if fail
