
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Debian unstable, mod_python/3.2.0b Python/2.3.5
|
|
| Resolution Date: |
15/Nov/05 05:30 AM
|
|
$ 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
|
|
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 |
Show » |
|