Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the unit test so that it matches the result of `Enum.slice` on a regular list. ```elixir iex> Enum.slice([1, 2, 3, 4, 5], -6, 5) [1, 2, 3, 4, 5] ```
- Loading branch information