jwoolley 01/12/01 11:54:56
Modified: perl-framework/t/modules include.t
Added: perl-framework/t/htdocs/modules/include newline.shtml
Log:
Add a test for mod_include to make sure SSI tags still work when the
trailing > is the last byte in the file. [newline.shtml is intentionally
missing its trailing newline. Don't add one!]
Revision Changes Path
1.1
httpd-test/perl-framework/t/htdocs/modules/include/newline.shtml
Index: newline.shtml
===================================================================
<!--#include virtual="inc-two.shtml"-->
1.13 +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.12
retrieving revision 1.13
diff -u -d -u -r1.12 -r1.13
--- include.t 2001/11/20 02:36:17 1.12
+++ include.t 2001/12/01 19:54:56 1.13
@@ -38,6 +38,7 @@
"if4.shtml" => "pass pass",
"if5.shtml" => "pass pass pass",
"big.shtml" => "hello pass pass pass hello",
+"newline.shtml" => "inc-two.shtml body",
"inc-rfile.shtml" =>
"inc-extra2.shtml body inc-extra1.shtml body inc-rfile.shtml body",
"inc-rvirtual.shtml" =>