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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to