[perl #120895] heredocs get tabs removed when asked to dedent whitespace

2015-11-12 Thread jn...@jnthn.net via RT
On Sat Jan 04 02:26:52 2014, masak wrote: > On Sun Dec 29 08:24:44 2013, FROGGS.de wrote: > > p: say qq:to/EOF/ ~~ /\t/;␤\thello␤EOF␤# the tab is > > preserved > > rakudo-parrot c14a84: OUTPUT«「 」␤␤» > > p: say qq:to/EOF/ ~~ /\t/;␤\thello␤EOF␤# now it is > > gone > > rakudo-parrot c14a

[perl #120895] heredocs get tabs removed when asked to dedent whitespace

2013-12-29 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #120895] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120895 > p: say qq:to/EOF/ ~~ /\t/;␤\thello␤EOF␤# the tab is preserved rakudo-parrot c14a84: OUT