spellr/irange

Range with more than 3 arguments produces unexpected results

Closed this issue · 2 comments

Range with input of more than 3 arguments returns the same result as giving no arguments at all.

https://play.golang.org/p/OeP6c68ioiQ

This is not true I believe. The 4th argument is getting ignored.

Any argument after the 3rd one is ignored