Skip to content
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

Added support for logical AND, NULL, and OR assignments #1992

Merged
merged 6 commits into from Mar 29, 2022

Conversation

mhnaeem
Copy link
Contributor

@mhnaeem mhnaeem commented Mar 5, 2022

Description

Added support for logical AND, NULL, and OR assignments

Fixes Issue:
#1991

Before Merge Checklist

  • JavaScript implementation
  • Python implementation (NA if HTML beautifier)
  • Added Tests to data file(s)
  • [NA] Added command-line option(s)
  • [NA] README.md documents new feature/option(s)

@mhnaeem
Copy link
Contributor Author

mhnaeem commented Mar 6, 2022

These tests seem to be failing due to the latest release of psf/black package, v22.1.0 breaks the configuration. Perhaps we can specify an older version of the package for install until we can address that issue.

$(SCRIPT_DIR)/python-dev3 pip install black==21.12b0 in Makefile

PR to fix the issue with tests: #1996

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

3 participants