tweaked merge filter
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 16 Dec 2010 08:44:10 +0000 (09:44 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 16 Dec 2010 08:44:10 +0000 (09:44 +0100)
doc/templates.rst

index bad2cb9..02bbdcc 100644 (file)
@@ -1325,6 +1325,8 @@ The ``merge`` filter merges an array or a hash with the value:
 
     {% set items = items|merge({ 'peugeot': 'car' }) %}
 
+    {# items now contains { 'apple': 'fruit', 'orange': 'fruit', 'peugeot': 'car' } #}
+
 List of built-in Tests (new in Twig 0.9.9)
 ------------------------------------------