[Mono-bugs] [Bug 57302][Nor] Changed - xsp parser breaks on <script type=text/javascript> (without quotes)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 21:37:22 -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 gonzalo@ximian.com.

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

--- shadow/57302	2004-04-28 20:15:57.000000000 -0400
+++ shadow/57302.tmp.32133	2004-05-05 21:37:22.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 57302
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: vladimir@pobox.com               
 QAContact: mono-bugs@ximian.com
@@ -21,6 +21,9 @@
   <script type=text/javascript> ....
 
 with no quotes around the text/javascript, xsp bails with:
 
 "expecting '>'. Got 'javascript'".  Putting ""s around text/javascript
 fixes the problem; MS .NET doesn't complain about this.
+
+------- Additional Comments From gonzalo@ximian.com  2004-05-05 21:37 -------
+Fixed in CVS.