
richter at apache
Feb 27, 2005, 10:33 PM
Post #1 of 1
(1019 views)
Permalink
|
|
cvs commit: embperl/test/html/EmbperlObject/errdoc epoerrdoc.htm
|
|
richter 2005/02/27 22:33:40 Modified: . MANIFEST Added: test/cmp epoerrdoc.htm test/html/EmbperlObject/errdoc epoerrdoc.htm Log: epoerrdoc tests Revision Changes Path 1.101 +1 -1 embperl/MANIFEST Index: MANIFEST =================================================================== RCS file: /home/cvs/embperl/MANIFEST,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- MANIFEST 28 Feb 2005 06:31:00 -0000 1.100 +++ MANIFEST 28 Feb 2005 06:33:40 -0000 1.101 @@ -380,7 +380,7 @@ test/html/EmbperlObject/base3/epobaselib.htm test/html/EmbperlObject/epobase.htm test/html/EmbperlObject/epodiv.htm -test/html/EmbperlObject/epoerrdoc.htm +test/html/EmbperlObject/errdoc/epoerrdoc.htm test/html/EmbperlObject/epofdat.htm test/html/EmbperlObject/epofallback.htm test/html/EmbperlObject/epofoot.htm 1.1 embperl/test/cmp/epoerrdoc.htm Index: epoerrdoc.htm =================================================================== <html> <head> <title>Tests for Embperl - ErrorDocument</title> </head> <body> This page is shown due to an ErrorDocument redirection<p> main: ^prev: Apache.*?=SCALAR next: ^There are 1 errormessages: <table border=1> ^ <tr><td>\[\d+\]ERR: 24: Error in Perl code: Can't locate object method "is" via package "here" \(perhaps you forgot to load "here"\?\) at .+/test/html/EmbperlObject/errdoc/epoerrdoc.htm line 6.</td></tr> </table> </body> </html> 1.1 embperl/test/html/EmbperlObject/errdoc/epoerrdoc.htm Index: epoerrdoc.htm =================================================================== [+ "Start include" +] [- @a = ('s1', 's2', 's3') -] <table> <tr> <td> [+ Syntax error is here "$param[0] - " +][+ $a[$col] +] </td> </tr> </table> [+ "End include" +] --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-cvs-unsubscribe [at] perl For additional commands, e-mail: embperl-cvs-help [at] perl
|