Skip to content

Commit

Permalink
also assert emptyParametersAllowed
Browse files Browse the repository at this point in the history
- it was missing from original test
  • Loading branch information
szaliszali committed Jan 9, 2020
1 parent 85b4fe8 commit 4ce6130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MSBuild.UnitTests/CommandLineSwitches_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ public void TargetsSwitchIdentificationTests(string @switch)
multipleParametersAllowed.ShouldBeFalse();
missingParametersErrorMessage.ShouldBeNull();
unquoteParameters.ShouldBeTrue();
emptyParametersAllowed.ShouldBeFalse();
}

[Fact]
Expand Down

0 comments on commit 4ce6130

Please sign in to comment.