Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Series: Test is not testing for zero length series
This test now raises if the series is 0 instead of of the slice slice size being larger than the series. This allows one to raise on normalization of user input, the series given, rather than incidentally having the slice size of 1 be larger than the series size from a zero length string. The example solution is updated to raise specifically for a zero length series, rather than the incidental raising when slices are asked for.
- Loading branch information