You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-dev@quetz.apache.org by "Jim Gallacher (JIRA)" <ji...@apache.org> on 2005/11/14 21:31:28 UTC

[jira] Resolved: (MODPYTHON-87) psp_parser: replaces "\n" on \n

     [ http://issues.apache.org/jira/browse/MODPYTHON-87?page=all ]
     
Jim Gallacher resolved MODPYTHON-87:
------------------------------------

    Resolution: Fixed
     Assign To: Jim Gallacher

> psp_parser: replaces "\n" on \n
> -------------------------------
>
>          Key: MODPYTHON-87
>          URL: http://issues.apache.org/jira/browse/MODPYTHON-87
>      Project: mod_python
>         Type: Bug
>     Versions: 3.2
>  Environment: Debian unstable, mod_python/3.2.0b Python/2.3.5
>     Reporter: Anton Kuzmin
>     Assignee: Jim Gallacher
>      Fix For: 3.2

>
> $ cat mptest.psp
> <html>
> <body>
> You see (&#92;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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira