[perl #65654] Texas quotes do The Wrong Thing when interpolating vars with strings with spaces in them in Rakudo

2012-11-13 Thread Will Coleda via RT
On Sun May 27 20:29:15 2012, coke wrote: > On Sun Jan 30 22:14:47 2011, coke wrote: > > On Thu May 14 07:48:19 2009, masak wrote: > > > rakudo: my $foo = 'hello world'; say «$foo».elems > > > rakudo 705cb2: OUTPUT«1␤» > > > oops. > > > oh well :-) > > > it's not yet christmas ;-) > > > * ma

[perl #65654] Texas quotes do The Wrong Thing when interpolating vars with strings with spaces in them in Rakudo

2012-05-27 Thread Will Coleda via RT
On Sun Jan 30 22:14:47 2011, coke wrote: > On Thu May 14 07:48:19 2009, masak wrote: > > rakudo: my $foo = 'hello world'; say «$foo».elems > > rakudo 705cb2: OUTPUT«1␤» > > oops. > > oh well :-) > > it's not yet christmas ;-) > > * masak submits rakudobug > > > > Expected value from the ev

[perl #65654] Texas quotes do The Wrong Thing when interpolating vars with strings with spaces in them in Rakudo

2011-01-30 Thread Will Coleda via RT
On Thu May 14 07:48:19 2009, masak wrote: > rakudo: my $foo = 'hello world'; say «$foo».elems > rakudo 705cb2: OUTPUT«1␤» > oops. > oh well :-) > it's not yet christmas ;-) > * masak submits rakudobug > > Expected value from the evaluation: 2, because "hello" and "world" > should end up as

[perl #65654] Texas quotes do The Wrong Thing when interpolating vars with strings with spaces in them in Rakudo

2009-05-15 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65654] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65654 > rakudo: my $foo = 'hello world'; say «$foo».elems rakudo 705cb2: OUTPUT«1␤» oops.