Tests fixed, don’t think further tests are needed

> On 29 Nov 2015, at 12:35, Elizabeth Mattijsen <l...@dijkmat.nl> wrote:
> 
> Fixed with 07181796e4e3a2547af1745d , looking at test-fallout now
> 
>> On 24 Nov 2015, at 15:20, Wenzel Peppmeyer (via RT) 
>> <perl6-bugs-follo...@perl.org> wrote:
>> 
>> # New Ticket Created by  Wenzel Peppmeyer 
>> # Please include the string:  [perl #126725]
>> # in the subject line of all future correspondence about this issue. 
>> # <URL: https://rt.perl.org/Ticket/Display.html?id=126725 >
>> 
>> 
>> my $list = (1,2,3);
>> print $list;
>> put;
>> $list.print;
>> 
>> # OUTPUT«1 2 3␤123»
>> # The output of both forms should be the same. List should .Str to
>> .join(' '). Array is List, so $list.print should have the appropriate 
>> amount of WS.
> 

Reply via email to