Uploaded image for project: 'mod_python'
  1. mod_python
  2. MODPYTHON-87

psp_parser: replaces "\n" on \n

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.7
    • 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

      Attachments

        Activity

          People

            jgallacher James Paul Gallacher
            selecter Anton Kuzmin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: