On Mon, Dec 21, 2009 at 10:38 AM, Clinton Gormley <[email protected]>wrote:
> > > > Yes, I'm close. I added a set() override to catch [% var = 'quoted > > text' %] but I'm still not getting: > > > > [% 'quoted text' %] > > > > Is there a separate method for that? > > text() textblock() and quoted() should give you all of that, if I > remember correctly > For [bar = "this and $foo"] I get text() called with "this and ". I also get quoted() called for that. For [var = 'assigned to variable'] I get set() called with an argument of 'assigned to variable (with the quotes). But no luck with just a plain [% 'quoted text' %]. I'll keep poking at it. -- Bill Moseley [email protected]
_______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
