summaryrefslogtreecommitdiffstats
path: root/modules/core/test/conf/test69.conf
blob: 11a083001d6123c1911383917e5cba184c377dd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# warn if ignored non-blank stuff after closing '>'
<Macro Foo> this stuff is ignored...
  Warning "Foo"
</Macro> this stuff is ignored as well...
Use Foo
<Macro Bla>				
  Warning "Bla"
</Macro>			
Use Bla
<Macro Comments> # comments are fine
  Warning "Comments"
</Macro> # comments are fine
Use Comments
Error "done on line 14."