Closed
Description
Case { description = "empty number"
, inputBase = _
, inputDigits = []
, outputBase = _
, outputDigits = Right []
}
Case { description = "Zero number"
, inputBase = _
, inputDigits = [0]
, outputBase = _
, outputDigits = Right [0]
}
Reasons:
- A Base Case test validation should exist for empty and zero
Metadata
Metadata
Assignees
Labels
No labels