Skip to content

Commit

Permalink
Included two test cases that have been previously deleted by replacin…
Browse files Browse the repository at this point in the history
…g '-a' with another, currently anonymous, letter.
  • Loading branch information
moodmosaic committed Jan 19, 2014
1 parent ee3ed42 commit 53f2cc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/Zero29.UnitTests/ArgsTests.fs
Expand Up @@ -43,6 +43,8 @@ module ArgsTests =

[<Theory>]
[<InlineData("-a")>]
[<InlineData("-c ")>]
[<InlineData("-c b")>]
[<InlineData("-h b")>]
[<InlineData("-s major")>]
[<InlineData("-s minor")>]
Expand Down

0 comments on commit 53f2cc2

Please sign in to comment.