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

Wrong comparison for empty/nil #321

Closed
sebastienros opened this issue Mar 12, 2021 · 1 comment
Closed

Wrong comparison for empty/nil #321

sebastienros opened this issue Mar 12, 2021 · 1 comment
Labels

Comments

@sebastienros
Copy link

{{ empty == nil }}
{{ nil == empty }}

Should return false/false but returns true/false

Tested on shopify directly.

harttle pushed a commit that referenced this issue Mar 13, 2021
## [9.23.2](v9.23.1...v9.23.2) (2021-03-13)

### Bug Fixes

* comparison for empty/nil, fixes [#321](#321) ([99d14e7](99d14e7))
* newline_to_br filter should output <br /> instead of <br/>, fixes [#320](#320) ([9a9b792](9a9b792))
@harttle
Copy link
Owner

harttle commented Mar 13, 2021

🎉 This issue has been resolved in version 9.23.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment