-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pod::Block::Table node caption property is not populated properly #4776
Comments
From @autarchGiven this code: =begin pod =begin table :caption('My caption') Title | Name | Size =end table =end pod dd $=pod[0]; Here is the output of the code above: Pod::Block::Named $var = Pod::Block::Named.new(name => "pod", config => {}, contents => [Pod::Block::Table.new(caption => Any, headers => ["Title", "Name", "Size"], config => {:caption("'My caption'")}, contents => [["Captain", "Jane", "Medium"], ["Clerk", "Bob", "Large"]])]) I would expect that the Pod::Block::Table node would have a caption. The caption ends up in $node.config<caption>, but not $node.caption. |
From @AlexDanielFixed in rakudo/rakudo@2cd266f Tests in Raku/roast@3ae2640 and Raku/roast@bc48eed tbrowder++ On 2015-11-26 11:33:47, autarch wrote:
|
The RT System itself - Status changed from 'new' to 'open' |
@AlexDaniel - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#126740 (status was 'resolved')
Searchable as RT126740$
The text was updated successfully, but these errors were encountered: