Skip to content

Commit

Permalink
Add test for issue #4287
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Jul 14, 2023
1 parent 12d49a7 commit 90d020e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ public class SimpleLinearVerificationGutterStatusTester : LinearVerificationGutt
// the test will fail and give the correct output that can be use for the test
// Add '//Next<n>:' to edit a line multiple times

[Fact]
public async Task GitIssue4287GutterHighlightingBroken() {
await VerifyTrace(@"
method Test() {
assert false;
}", intermediates: false);
}

[Fact]
public async Task GitIssue3821GutterIgnoredProblem() {
await VerifyTrace(@"
Expand Down

0 comments on commit 90d020e

Please sign in to comment.