Message390703
I tried to add
| a=NAME '=' {
RAISE_SYNTAX_ERROR_KNOWN_LOCATION(
a, "invalid syntax. Maybe you meant '==' or ':=' instead of '='?") }
| a=bitwise_or '=' {
RAISE_SYNTAX_ERROR_KNOWN_LOCATION(
a, "invalid syntax. Maybe you meant '==' instead of '='?") }
in invalid_named_expression, but it does not have any effect. |
|
Date |
User |
Action |
Args |
2021-04-10 08:31:22 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, aroberge, pablogsal |
2021-04-10 08:31:22 | serhiy.storchaka | set | messageid: <1618043482.07.0.297857720474.issue43797@roundup.psfhosted.org> |
2021-04-10 08:31:22 | serhiy.storchaka | link | issue43797 messages |
2021-04-10 08:31:21 | serhiy.storchaka | create | |
|