# New Ticket Created by  mt1957 
# Please include the string:  [perl #127753]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127753 >


L.s.

REPL code shows

 > |('az'..'bb')
(az ay ax aw av au at as ar aq ap ao an am al ak aj ai ah ag af ae ad ac 
ab bz by bx bw bv bu bt bs br bq bp bo bn bm bl bk bj bi bh bg bf be bd 
bc bb)

while I would expect

(az ba bb)

And this
 > |('x'..'ab')
()

I expected
(x y z aa ab)

Same problem with mixed letters and digits

 > |('a8'..'b2')
(a8 a7 a6 a5 a4 a3 a2 b8 b7 b6 b5 b4 b3 b2)

I would expect
(a8 a9 b0 b1 b2)

These are alright
 > |('wt'..'ww')
(wt wu wv ww)

 > |('b1'..'b5')
(b1 b2 b3 b4 b5)


This is Rakudo version 2016.02-136-g412d9a4 built on MoarVM version 
2016.02-25-gada3752
implementing Perl 6.c.

Marcel Timmerman

Reply via email to