You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected to receive an error in the expected return value, but I received a value with an empty string "". In an online Jinja2 parser (I guess it is not using this library) I get this result:
This problem was raised when writing a template and I misspell a filter. This could be an example:
This is the code I'm executing:
I expected to receive an error in the
expected
return value, but I received a value with an empty string""
. In an online Jinja2 parser (I guess it is not using this library) I get this result:So, is that empty string the expected behavior? Am I doing anything wrong?
The text was updated successfully, but these errors were encountered: