nd          2003/11/20 14:06:11

  Modified:    perl-framework/t/modules include.t
  Added:       perl-framework/t/htdocs/modules/include malformed.shtml
  Log:
  add new test
  
  Revision  Changes    Path
  1.1                  
httpd-test/perl-framework/t/htdocs/modules/include/malformed.shtml
  
  Index: malformed.shtml
  ===================================================================
  <!--#if expr="$lang != "de" -->
  <!--#include virtual="echo.shtml" -->
  <!--#endif -->
  <!--#if expr="$lang = de" -->
  <!--#include virtual="echo.shtml" -->
  <!--#endif -->
  
  
  
  1.44      +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.43
  retrieving revision 1.44
  diff -u -u -r1.43 -r1.44
  --- include.t 2 Nov 2003 22:38:01 -0000       1.43
  +++ include.t 20 Nov 2003 22:06:11 -0000      1.44
  @@ -63,6 +63,7 @@
   "parse1.shtml"          =>    "-->",
   "parse2.shtml"          =>    "\"",
   "if11.shtml"            =>    "pass",
  +"malformed.shtml"       =>    "[an error occurred while processing this 
directive] malformed.shtml"
   );
   
   #this test does not work on win32 (<!--#exec cmd="echo pass"-->)
  
  
  

Reply via email to