|
Bugzilla – Full Text Bug Listing |
| 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 Binding | Assignee: | 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 | ||
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.