Skip to content

Fix to VB pretty-listing of line continuation characters in interpolations#712

Merged
DustinCampbell merged 1 commit intodotnet:masterfrom
DustinCampbell:fix-710
Feb 20, 2015
Merged

Fix to VB pretty-listing of line continuation characters in interpolations#712
DustinCampbell merged 1 commit intodotnet:masterfrom
DustinCampbell:fix-710

Conversation

@DustinCampbell
Copy link
Member

The VB pretty-lister shouldn't remove line continuation characters after
the opening brace or before the closing brace of an interpolated string.
In addition, I found that the pretty-lister was greedily removing line
continuation characters in error conditions where a missing token was
inserted by the compiler to represent the list token of a statement.

Fixes Issue #710.

…g interpolations

The VB pretty-lister shouldn't remove line continuation characters after
the opening brace or before the closing brace of an interpolated string.
In addition, I found that the pretty-lister was greedily removing line
continuation characters in error conditions where a missing token was
inserted by the compiler to represent the list token of a statement.
@Pilchie
Copy link
Member

Pilchie commented Feb 20, 2015

👍

DustinCampbell added a commit that referenced this pull request Feb 20, 2015
Fix to VB pretty-listing of line continuation characters in interpolations.
@DustinCampbell DustinCampbell merged commit de93c18 into dotnet:master Feb 20, 2015
@DustinCampbell DustinCampbell deleted the fix-710 branch February 20, 2015 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants