[Mono-bugs] [Bug 400807] New: codegen inserts garbage characters in generated asp. net code

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 17 06:22:06 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=400807


           Summary: codegen inserts garbage characters in generated asp.net
                    code
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: i586
        OS/Version: openSUSE 10.3
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: ck at carlo-kok.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


attached testcase, running under XSP2 1.9.1 ends up turning:

<% r(); %>

into:
           #line 14 "/home/carlokok/1/1/2/index.aspx"
^A();

            #line default

(That's ^A is a single char, ascii 1)


Expected:
r();

Independend of the actual underlying codegen (same code in other languages also
get a scrambled code snippet statement)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list