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


<p6eval> rakudo 35017: OUTPUT«1   2␤3      4␤␤»
<masak> rakudo: say {1 => 2, 3 => 4}.fmt("%s\t%s")
<p6eval> rakudo 35017: OUTPUT«1   2␤3      4␤»
<masak> oy! what with the extra newline in the stringification case?
* masak submits rakudobug
<moritz_> where is the bug?
<masak> moritz_: it might be considered a bug that the last two results differ.
<moritz_> so what does "%s\t%s" mean on hash?
<masak> moritz_: key, tab char, value
<moritz_> masak: and how should they the separated?
<masak> by newlines, that's the default.
<masak> but the operative word is 'separated'
<masak> there shouldn't be a final newline
<masak> (apart from the one that 'say' outputs)

Reply via email to