Add a test for hexidecimal parsing

This commit is contained in:
Mahmut Surekci
2016-05-24 19:43:00 +01:00
parent 1f9d6a07cc
commit 9baecdf031
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ defmodule IntegerTests do
1234,
'7',
"1234",
42
]
test_all(Integers, answers)