Skip to content

Commit

Permalink
Fix binary exercise. Closes #98
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Apr 12, 2016
1 parent d3c85a0 commit 96711f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/binary/BinaryTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ let ``Binary converts to decimal`` (input: string) =
[<TestCase("2", Ignore = "Remove to run test case")>]
[<TestCase("5", Ignore = "Remove to run test case")>]
[<TestCase("9", Ignore = "Remove to run test case")>]
[<TestCase("a10", Ignore = "Remove to run test case")>]
[<TestCase("100b", Ignore = "Remove to run test case")>]
[<TestCase("10c01", Ignore = "Remove to run test case")>]
[<TestCase("134678", Ignore = "Remove to run test case")>]
[<TestCase("abc10z", Ignore = "Remove to run test case")>]
let ``Invalid binary is decimal 0`` (input: string) =
Expand Down

0 comments on commit 96711f0

Please sign in to comment.