[Mono-bugs] [Bug 52356][Nor] Changed - "\ EscapeSequence" for StringLiteral missing.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Sep 2004 21:01:52 -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 cesar@ciencias.unam.mx.
http://bugzilla.ximian.com/show_bug.cgi?id=52356
--- shadow/52356 2004-06-23 22:03:10.000000000 -0400
+++ shadow/52356.tmp.17866 2004-09-19 21:01:52.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 52356
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: JScript
AssignedTo: mono-bugs@ximian.com
ReportedBy: cesar@ciencias.unam.mx
QAContact: mono-bugs@ximian.com
@@ -20,6 +20,9 @@
Lexical rule STRING_LITERAL at
mcs/class/Microsoft.JScript/Microsoft.JScript/jscript-lexer-parser.g, does
not have defined the rule "\ EscapeSequence" that's on Ecma-262 spec.
Take a look at section 7.8.4 from Ecma-262 spec. and implement it.
+
+------- Additional Comments From cesar@ciencias.unam.mx 2004-09-19 21:01 -------
+This got fixed with Rhino's parser port to C#, that's being used now.