Skip to content

Fixed issue with open parens and whitespace #385

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 5 commits into from
Mar 8, 2021
Merged

Conversation

Paul-Ferrell
Copy link
Collaborator

Whitespace was not being ignored before parenthesis. This was originally intentional; open parens
for functions didn't want whitespace between the function name and paren. Unfortunately that
also caused problems for statements like 'True and (False or True)'.

Now whitespace is ignored before parens in general.

Whitespace was not being ignored before parenthesis. This was originally intentional; open parens
for functions didn't want whitespace between the function name and paren. Unfortunately that
also caused problems for statements like 'True and (False or True)'.

Now whitespace is ignored before parens in general.
@Paul-Ferrell Paul-Ferrell added this to the 2.4 milestone Feb 18, 2021
Copy link
Collaborator

@francinelapid francinelapid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good. Tested it and it works.

@Paul-Ferrell Paul-Ferrell merged commit baaf0c4 into master Mar 8, 2021
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.

None yet

2 participants