Hey Andy,

Was just checking some of your subversion changes and noticed you made this 
change:

trunk/TODO
----------------------------------------------------------------
@@ -121,7 +109,7 @@
 
 * Lists don't accept arbitrary expressions as elements.  In other words
   you can't do this:   [% foo(bar + 1) %].  This has been fixed in the v3
-  parser.  See http://www.tt2.org/v3/
+  parser.  
----------------------------------------------------------------

This statement is partially incorrect as I believe you fixed the example case a 
release or two ago.

[% foo(bar + 1) %] does actually work now.

Lists, as it says, still do not, though. So the example would probably be 
better off as something like: [% foo = [bar + 1] %]

-- Josh

_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to