Skip to content

test: Remove fixtures that are syntax errors #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

RandomByte
Copy link
Member

"func()++" is actually an "Invalid left-hand side expression in postfix
operation"

This was detected by a CodeQL scan, which reported warnings
"SyntaxError: Assigning to rvalue"

"func()++" is actually an "Invalid left-hand side expression in postfix
operation"

This was detected by a CodeQL scan, which reported warnings
"SyntaxError: Assigning to rvalue"
@RandomByte RandomByte requested a review from a team March 27, 2024 09:29
@RandomByte RandomByte merged commit fd2aa82 into main Mar 27, 2024
17 of 18 checks passed
@RandomByte RandomByte deleted the fixtures-syntax-error branch March 27, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants