made a small update to doc and rename a test file
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 12 Sep 2010 06:01:34 +0000 (08:01 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 12 Sep 2010 06:01:34 +0000 (08:01 +0200)
doc/02-Twig-for-Template-Designers.markdown
test/Twig/Tests/Fixtures/tests/constant.test [moved from test/Twig/Tests/Fixtures/tests/const.test with 100% similarity]

index f93939b..c0dace8 100644 (file)
@@ -1246,7 +1246,7 @@ variable:
         the foo attribute really is the `false` PHP value
     {% endif %}
 
-### `constant`
+### `constant` (new in Twig 0.9.9)
 
 `constant` checks if a variable has the exact same value as a constant. You
 can use either global constants or class constants: