added the .. operator as a syntactic sugar for the range filter when the step is 1
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Sun, 13 Dec 2009 15:13:38 +0000 (15:13 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Sun, 13 Dec 2009 15:13:38 +0000 (15:13 +0000)
commit2ab4dd5be054c83eed78df887ed2c736eb6014a9
tree1daa336b8273bf6da0733ec3330e2c99f92c638c
parent237c3ff89e4535343b17a7be2cbda3ead0e451b2
added the .. operator as a syntactic sugar for the range filter when the step is 1

git-svn-id: http://svn.twig-project.org/trunk@173 93ef8e89-cb99-4229-a87c-7fa0fa45744b
CHANGELOG
doc/02-Twig-for-Template-Designers.markdown
lib/Twig/ExpressionParser.php
lib/Twig/Lexer.php
test/fixtures/expressions/dotdot.test [new file with mode: 0644]
test/unit/integrationTest.php