changed as to = for the set tag and removed the need for as in short-notation of...
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 9 Jun 2010 06:20:51 +0000 (08:20 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 9 Jun 2010 06:20:51 +0000 (08:20 +0200)
commit8809a1cab12202e9baccc26e9a6fea2da0a956a7
tree4058a433c02b2b5f9632d3db68c10f669170ac8c
parent89edc52ae479576f162f3f3fc3558d94721b176f
changed as to = for the set tag and removed the need for as in short-notation of the block tag (closes #54)
CHANGELOG
doc/02-Twig-for-Template-Designers.markdown
lib/Twig/Lexer.php
lib/Twig/TokenParser/Block.php
lib/Twig/TokenParser/Set.php
test/fixtures/expressions/array.test
test/fixtures/tags/block/basic.test
test/fixtures/tags/for/inner_variables.test
test/fixtures/tags/set/basic.test
test/fixtures/tags/set/capture.test [new file with mode: 0644]
test/fixtures/tags/set/expression.test