Skip to content

Commit 9fe2e1b

Browse files
committed
add %% form of %
1 parent d1876cf commit 9fe2e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STD.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4833,7 +4833,7 @@ grammar Regex is STD {
48334833
}
48344834

48354835
token separator {
4836-
'%' <normspace>? <quantified_atom>
4836+
'%''%'? <normspace>? <quantified_atom>
48374837
}
48384838

48394839
token atom {

0 commit comments

Comments
 (0)