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


* masak doesn't understand what the commenter wants at
https://perl6advent.wordpress.com/2012/12/10/day-10-dont-quote-me-on-it/
<jercos> masak: view the source wordpress spits out. The heredoc was
indented, and because of that, each line was preceeded by a tab
character.
<jercos> http://pastebin.com/cxGXLSEk reconstructed.
<masak> well, yes, actually.
<masak> if I use tabs to indent everything, Rakudo doesn't remove the indent.
<masak> hm, let me see if I can reproduce this nicely from within Rakudo...
<masak> r: eval "say q:to/E/;\n\tfoo\n\tbar\n\tE"
<camelia> rakudo bb86d1: OUTPUT«       foo␤       bar␤␤»
* masak submits rakudobug
<masak> probably a bug in .indent :/
<masak> n: eval "say q:to/E/;\n\tfoo\n\tbar\n\tE"
<camelia> niecza v24-88-g1f87209: OUTPUT«foo␤bar␤␤»
<timotimo> oh, i recently touched that code and may have b0rked it :(
<masak> if so, then we're missing at least one test.

Reply via email to