-
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
config items should not include quotes for string values #4789
Comments
From @autarchGiven this code: =begin pod =for block :item('foo') Bar =end pod dd $=pod[0]; The output is: Pod::Block::Named $var = Pod::Block::Named.new(name => "pod", config => {}, contents => [Pod::Block::Named.new(name => "block", config => {:item("'foo'")}, contents => []), Pod::Block::Para.new(config => {}, contents => ["Bar"])]) I'd expect to have a node where $node.config<item> = 'foo'. Instead, the quotes are included in the value so I get $node.config<item = q{'foo'} |
From @softmothThis bug duplicates https://rt-archive.perl.org/perl6/Ticket/Display.html?id=130477 |
From @softmothAlso duplicates: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=124281 |
From @tbrowderclosed by merge of rakudo PR #1339 |
The RT System itself - Status changed from 'new' to 'open' |
@tbrowder - Status changed from 'open' to 'resolved' |
From @tbrowderclosed also with tests in merged roast PR #371 |
Migrated from rt.perl.org#126742 (status was 'resolved')
Searchable as RT126742$
The text was updated successfully, but these errors were encountered: