Bug 676160 - if a string literal ends with a backslash, the string is considered by Monodevelop as unterminated string, while vbnc correctly compiles the source.
Summary: if a string literal ends with a backslash, the string is considered by Monode...
Status: NEW
Alias: None
Product: MonoDevelop
Classification: Mono
Component: VB.Net Binding (show other bugs)
Version: 2.6 Beta 1
Hardware: Other Other
: P5 - None : Minor
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 05:48 UTC by tomoyuki kubota
Modified: 2011-05-28 18:01 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
screenshot : "abc\" is considered as unterminated string (74.58 KB, image/png)
2011-03-02 05:48 UTC, tomoyuki kubota
Details

Note You need to log in before you can comment on or make changes to this bug.
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.