1# warn if ignored non-blank stuff after closing '>'
2<Macro Foo> this stuff is ignored...
3  Warning "Foo"
4</Macro> this stuff is ignored as well...
5Use Foo
6<Macro Bla>				
7  Warning "Bla"
8</Macro>			
9Use Bla
10<Macro Comments> # comments are fine
11  Warning "Comments"
12</Macro> # comments are fine
13Use Comments
14Error "done on line 14."
15