Sign in
apache
/
mod_perl
/
c56a8fd04e132ba920fedec1668dbafa3a1b71a0
/
.
/
ModPerl-Registry
/
t
/
cgi-bin
/
syntax_error.pl
blob: 44ead6307708874846a3c63b8d4b055f3d5f5b2e [
file
] [
log
] [
blame
]
BEGIN
{
use
Apache
::
TestUtil
;
t_server_log_error_is_expected
();
}
print
"Content-type: text/plain\n\n"
;
# the following syntax error is here on purpose!
lkj
;
\;
print
"done"
;