Skip to content
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

No nested or multiple delimiters on formatting code #2867

Closed
p6rt opened this issue Aug 20, 2012 · 4 comments
Closed

No nested or multiple delimiters on formatting code #2867

p6rt opened this issue Aug 20, 2012 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 20, 2012

Migrated from rt.perl.org#114510 (status was 'resolved')

Searchable as RT114510$

@p6rt
Copy link
Author

p6rt commented Aug 20, 2012

From @moritz

S26 says you are allowed to nest delimiters in formatting codes as long
as they are balanced. For example C< infix​:<+> > takes the whole
infix​:<+> as the inside of the formatting code.

You should also be allowed to write C<< infix​:<+> >> to the same effect.

Currently neither of those work in Rakudo, which is a problem for
doc.perl6.org. Implementing the second (and optionally the first) would
help me very much.

Cheers,
Moritz

@p6rt
Copy link
Author

p6rt commented Jun 19, 2014

From @Mouq

On Mon Aug 20 02​:42​:42 2012, moritz wrote​:

S26 says you are allowed to nest delimiters in formatting codes as long
as they are balanced. For example C< infix​:<+> > takes the whole
infix​:<+> as the inside of the formatting code.

Works now.

You should also be allowed to write C<< infix​:<+> >> to the same effect.

Works now.

Tests added to S26-documentation/08-formattingcodes.t. Closing as resolved.

@p6rt
Copy link
Author

p6rt commented Jun 19, 2014

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 19, 2014

@Mouq - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Jun 19, 2014
@p6rt p6rt added the POD label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant