The test for this ticket (which now resides in S03-sequence/basic.t) was fudged
for rakudo (todo 'mysterious').
AFAIU the code { 1 ... () } now throws an exception (just like shifting one
element from an empty list does). Therefore I changed the test (and unfudged
it):
throws_like { 1 ... () }
# New Ticket Created by Paweł Pabian
# Please include the string: [perl #75316]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75316 >
[18:32] rakudo: say 1...1..0 # this one kills Rakudo, should it be
check for valid typ