Skip to content

Commit d0ebd21

Browse files
committed
Fix :sigspace fossil on quoting constructs
1 parent 3890f88 commit d0ebd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S02-bits.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3844,7 +3844,7 @@ to a different parser. This can completely change the interpretation
38443844
of any subsequent adverbs as well as the quoted material itself.
38453845

38463846
q:s// Q :q :scalar //
3847-
rx:s// Q :regex :sigspace //
3847+
rx:s// Q :regex :scalar //
38483848

38493849
Just as C<q[...]> has the short form C<'...'>, and C<qq[...]> has the
38503850
short form C<"...">, the completely quoted C<Q[...]> has a short form

0 commit comments

Comments
 (0)