missing end tags on macro slots not handled correctly

Bug #1035229 reported by Bob Appleyard
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Chamelon ZPT
New
Undecided
Unassigned

Bug Description

Chameleon version is 2.9.2

Given the following macro:

<tal:macro metal:define-macro="example">
    <tal:slot metal:define-slot="example-slot" />
</tal:macro>

Using it thus:

<html>
    <tal:use metal:use-macro="example">
        <tal:slot metal:fill-slot="example-slot">
           <p>Something inside this slot</p>
</html>

Should give an error (missing end tag). Instead it doesn't display anything and processing stops for that slot: placing things in there that should throw errors (e.g. referring to unbound variables) don't throw errors either.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.