[Mono-bugs] [Bug 52356][Maj] New - "\ EscapeSequence" for StringLiteral missing.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Dec 2003 17:49:57 -0500 (EST)


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	2003-12-18 17:49:57.000000000 -0500
+++ shadow/52356.tmp.26098	2003-12-18 17:49:57.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 52356
+Product: Mono/Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: JScript
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: cesar@ciencias.unam.mx               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: "\ EscapeSequence" for StringLiteral missing.
+
+Description of Problem:
+
+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.