[Mono-bugs] [Bug 63451][Wis] New - End marker "%>" doesn't get recognized

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 19 Aug 2004 08:34:00 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jwezel@compumaster.de.

http://bugzilla.ximian.com/show_bug.cgi?id=63451

--- shadow/63451	2004-08-19 08:34:00.000000000 -0400
+++ shadow/63451.tmp.5376	2004-08-19 08:34:00.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 63451
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jwezel@compumaster.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: End marker "%>" doesn't get recognized
+
+Description of Problem:
+Code generated through VB.NET contains "%>" when there is a comment inside
+
+Steps to reproduce the problem:
+<%@ Page language="vb" %>
+<% 'Response.Write(3) %>
+<%
+'Response.Write(3)
+%>
+
+
+Actual Results:
+"%>" takes place in the dynamic source code which shall be compiled.
+
+Expected Results:
+"%>" should not take place in the dynamic source code
+
+
+How often does this happen? 
+always
+
+Additional Information:
+Tested with XSP