Skip to content

Commit

Permalink
Update quoting.rakudoc
Browse files Browse the repository at this point in the history
Fixing  misdirection for regex interpolation rules.  The other file's fix is to follow.
  • Loading branch information
0rir authored and coke committed Feb 3, 2024
1 parent 955d8eb commit 5a65773
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/Language/quoting.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

=TITLE Quoting constructs

=SUBTITLE Writing strings, word lists, and regexes in Raku
=SUBTITLE Writing strings and word lists, in Raku

=head1 The Q lang

Expand All @@ -16,6 +16,9 @@ C<'…'>
or C<"…">,
described in more detail in the following sections.

For information about quoting as applied in regexes, see the L<regular
expression documentation|/language/regexes>.

=head2 X<Literal strings: Q|Syntax,Q;Syntax,「 」>

=for code :skip-test<listing>
Expand Down Expand Up @@ -653,9 +656,5 @@ In this example, C<\qq> will do double-quoting interpolation, and C<\qqw> word
quoting with interpolation. Escaping any other quoting construct as above will
act in the same way, allowing interpolation in literal strings.

=head1 Regexes

For information about quoting as applied in regexes, see the L<regular
expression documentation|/language/regexes>.

=end pod

0 comments on commit 5a65773

Please sign in to comment.