[Mono-bugs] [Bug 439447] New: '\\u' in literal string in preprocessor directive not recognized
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 28 06:12:55 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=439447
Summary: '\\u' in literal string in preprocessor directive not
recognized
Product: Mono: Compilers
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
The following code causes parser error:
--------
#region "\\usr"
#endregion
--------
$ gmcs test.cs
test.cs(1,13): error CS1009: Unrecognized escape sequence
Compilation failed: 1 error(s), 0 warnings
It should parse successfully and only "missing entry point" should be reported.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list