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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Sep 2004 10:46:07 -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-09-03 10:33:34.000000000 -0400
+++ shadow/63451.tmp.28133	2004-09-03 10:46:07.000000000 -0400
@@ -58,6 +58,19 @@
 the "%>" doesn't get recognized correctly (it's getting part of the 
 temporary source code file which shall be compiled).
 
 If you need more information or need a better test case, you're 
 welcome to send me a more detailled list of requirements for a usable 
 test case.
+
+------- Additional Comments From jwezel@compumaster.de  2004-09-03 10:46 -------
+It seems that in line
+<% 'Response.Write(3) %>
+
+you detect a beginning string mark ( ' - the apostroph) 
+accidentially. But a string is starting in C# as well as in VB with 
+quotation marks (").
+
+For example: if I switch the page language to C# and change the ' to 
+a // then it's working fine again.
+
+