We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb3aa6 commit f14804fCopy full SHA for f14804f
STD.pm6
@@ -2579,7 +2579,7 @@ grammar P6 is STD {
2579
<.ws>
2580
[ <?[ \[ \{ \( \< ]> <.obs('brackets around replacement', 'assignment syntax')> ]?
2581
[ <infixish> || <panic: "Missing assignment operator"> ]
2582
- [ <?{ $<infixish>.Str eq '=' || $<infixish>.<infix_postfix_meta_operator> }>.Str eq '=' || <.panic: "Malformed assignment operator"> ]
+ [ <?{ $<infixish>.Str eq '=' || $<infixish>.<infix_postfix_meta_operator>[0] }> || <.panic: "Malformed assignment operator"> ]
2583
2584
[ <right=EXPR(item %item_assignment)> || <.panic: "Assignment operator missing its expression"> ]
2585
||
0 commit comments