# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #76422]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76422 >


<dolmen__> rakudo: say (1..2) | (4..5)
<p6eval> rakudo e59795: OUTPUT«any(1, 2, 4, 5)␤»
<TimToady> rakudo: say (1..23) | (1000..2000)
<p6eval> rakudo e59795:  ( no output )
<TimToady> those ranges shouldn't be flattening
<TimToady> item context isn't supposed to flatten
<TimToady> rakudo: say (1..23) | (100..105)
<p6eval> rakudo e59795: OUTPUT«any(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 100, 101, 102, 103,
104, 105)␤»
<TimToady> blech
<TimToady> pmichaud: ^^
* masak submits rakudobug

Reply via email to