Skip to content

fix: fix 7 syntax errors in pattern files#942

Open
gtx20060124-bot wants to merge 1 commit into
openAOD:mainfrom
gtx20060124-bot:fix-syntax-errors
Open

fix: fix 7 syntax errors in pattern files#942
gtx20060124-bot wants to merge 1 commit into
openAOD:mainfrom
gtx20060124-bot:fix-syntax-errors

Conversation

@gtx20060124-bot

Copy link
Copy Markdown

Fixes #919 - Resolved all 7 syntax errors.

File Problem Fix
numericpattern134.py Output appended to source Removed trailing junk
numericpattern78.py Output appended to source Removed trailing junk
numericpattern93.py Unclosed paren Added and removed trailing junk
numericpattern98.py Output appended to source Removed trailing junk
symbolpattern123.py instead of comparison Changed to
symbolpattern12.py WhatsApp chat prefix on line 1 Removed prefix
symbolpattern13.py WhatsApp chat prefix on line 1 Removed prefix

All files now pass py_compile and produce correct output.

- numericpattern134/78/98: remove trailing output appended to source
- numericpattern93: close unclosed parenthesis in triangle(n)
- symbolpattern123: fix comparison operator j = 1 -> j == 1
- symbolpattern12/13: remove WhatsApp chat log prefix from line 1

Fixes openAOD#919
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.

Fixing some syntax errors

1 participant