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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 22:03:10 -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 miguel@ximian.com.

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

--- shadow/52356	2004-06-23 22:03:10.000000000 -0400
+++ shadow/52356.tmp.20262	2004-06-23 22:03:10.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 52356
+Product: Mono: Compilers
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+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.