-
- Downloads
Add tests for numbered wordlists with dashes.
Yet in numbered wordlists we expect numbers like ``123456``, each digit representing a dice number. When using dice with more than 9 sides, we have to separate single numbers. This separator must be a single dash. We allow '123456' as well as '1-2-3-4-5-6'. Or '12-3-4-5-6'. But not '-1-2-3-4' nor '1-2-2--3' (double dash).
Please register or sign in to comment