Skip to content

Instantly share code, notes, and snippets.

@lyrixx
Created July 17, 2011 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyrixx/1087929 to your computer and use it in GitHub Desktop.
Save lyrixx/1087929 to your computer and use it in GitHub Desktop.
Twig String equals 0
Description
-----------
For twig, a string equals 0
Test script
-----------
{% set test = 'a string' %}
{% if test == 0 %}
test == 0
{% else %}
test != 0
{% endif %}
Expected result
---------------
test!=0
Actual result
-------------
test==0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment