Bugzilla – 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.
Last modified: 2011-05-28 18:01:10 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.