# New Ticket Created by  "Kamil Kułaga" 
# Please include the string:  [perl #126654]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126654 >


Examples in spec http://design.perl6.org/S26.html#Declarator_blocks
contain formatting codes so I assume it is valid as in any other vlock

     use v6;
     
     #| aaaa
     class Foo{
     #=[
     B<bar>
     ]
       has $.a;
     }

output:
     perl6 --doc /tmp/tst.pl6
     class Foo
     aaaa
     B<bar>
    
expected:
     perl6 --doc /tmp/tst.pl6
     class Foo
     aaaa
     bar

This is perl6 version 2015.10-323-gb18ada0 built on MoarVM version 
2015.10-92-g0181385

Reply via email to