Bug 676160

Summary: if a string literal ends with a backslash, the string is considered by Monodevelop as unterminated string, while vbnc correctly compiles the source.
Product: [Mono] MonoDevelop Reporter: tomoyuki kubota <himajin100000>
Component: VB.Net BindingAssignee: Mono Bugs <mono-bugs>
Status: NEW --- QA Contact: MD Bugs <monodevelop-bugs>
Severity: Minor    
Priority: P5 - None    
Version: 2.6 Beta 1   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: screenshot : "abc\" is considered as unterminated string

Description tomoyuki kubota 2011-03-02 05:48:47 UTC
Created attachment 416961 [details]
screenshot : "abc\" is considered as unterminated string

see the attached screenshot.
in C#,"\" should be considered as unterminated string, but in VB.NET, it should not.