[perl #92822] [BUG] - $a\ .\ chop bug

2014-10-14 Thread Christian Bartolomaeus via RT
On the note of Pepe Schwarz I'm closing this ticket. (The test is passing and it's in t/spectest.data.) $ perl6-m -e 'my $a = helloo; $a = $a\ .\ chop; say $a;' hello

[perl #92822] [BUG] - $a\ .\ chop bug

2011-06-14 Thread via RT
# New Ticket Created by Daniel Stojanov # Please include the string: [perl #92822] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=92822 Whitespaces are not properly escaped in $a\ .\ chop Note expected behaviour for