The following test case produces an error: ```CS Dice.Roll("-1"); ``` While the following one succeeds: ```CS Dice.Roll("0-1"); ```
The following test case produces an error:
While the following one succeeds: