Hi Jonathan,

This is probably a bug:

<%filter myfilter>===<% $yield->() %>===</%filter>

% #$.myfilter {{
test
% #}}

This is NOT working. Commenting out a filter call resulting this error:

'{{' without matching '}}' at .../comps/index.mc line 3
 at ...perl-5.16.3/lib/site_perl/5.16.3/Mason/Compilation.pm line 866

Adding an extra # like next, works:

% #$.myfilter {#{
test
% #}}


ak.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to