Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.7
-
None
-
None
-
Debian unstable, mod_python/3.2.0b Python/2.3.5
Description
$ cat mptest.psp
<html>
<body>
You see (\n) in the test result. If you see () then the test fails.<br />
BEGIN TEST<br />
(\n)
<br />END TEST
</body>
</html>
The result on the screen is:
You see (\n) in the test result. If you see () then the test fails.
BEGIN TEST
( )
END TEST
$ cat .htaccess
AddHandler mod_python .psp
PythonHandler mod_python.psp
PythonDebug On