Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep leading and trailing trivia when replacing statements with Assert.Multiple #538

Merged
merged 2 commits into from
May 2, 2023

Conversation

manfred-brands
Copy link
Member

Fixes #534

The empty line before the first Assert that can be merged is part of that statement. It needs to be moved to the new Assert.Multiple call.

Comment at the end of the block are part of block's closing brace, maintain that to keep the comments.

@manfred-brands manfred-brands requested a review from mikkelbu April 30, 2023 11:02
Copy link
Member

@mikkelbu mikkelbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I only have a couple of questions

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.

QuickFix for Assert.Multiple looses white space before and comments after
2 participants