Skip to content

Commit 7912fdd

Browse files
authored
Convert method to test
Accidentally added a test case without properly marking it
1 parent 27243c4 commit 7912fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CommandLine.Tests/Unit/ParserTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ public void Parse_verb_with_same_option_and_value_args()
834834
});
835835
}
836836

837+
[Fact]
837838
public void Parse_options_with_shuffled_index_values()
838839
{
839840
var parser = Parser.Default;

0 commit comments

Comments
 (0)