'default' in 'metal:use-macro'

Tonico Strasser <[email protected]> Fri, 24 Jun 2005 14:11:32 +0200
Newsgroups gmane.comp.web.zope.page-templates
Message-ID <[email protected]>
Hi,

is this expected to raise an exception?:

<div metal:use-macro="x|default">
   <div metal:use-macro="y">
     I'm not macro y.
   </div>
</div>

'x' and 'y' are not defined.

If yes I'll file a bug.

Thanks,
Tonico