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

Prevent default filter from throwing UndefinedError #138

Merged
merged 1 commit into from May 19, 2013

Conversation

gazpachoking
Copy link
Contributor

The default filter currently throws an UndefinedError when environment is using StrictUndefined mode and using the boolean flag for default filter. example:
{{ something|default(somethingelse, true) }}
Will throw an UndefinedError when something is undefined.
This pull request fixes that and adds a unit test exemplifying the problem.

mitsuhiko added a commit that referenced this pull request May 19, 2013
Prevent default filter from throwing UndefinedError
@mitsuhiko mitsuhiko merged commit 2609cb3 into pallets:master May 19, 2013
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants