1 test new alt tag
2 
3 <?cs alt:#0 ?>
4 this should always display [1]
5 <?cs /alt ?>
6 
7 <?cs alt:"this should display [2]" ?>
8 ERROR: this shouldn't display (static string)
9 <?cs /alt ?>
10 
11 <?cs alt:#1 ?>
12 ERROR: this should never display (#1)
13 <?cs /alt ?>
14 
15 <?cs var:Foo.Bar.Baz.0 ?>
16 <?cs alt:Foo.Bar.Baz.0 ?>
17 ERROR: this should never display (Foo.Bar.Baz.0 exists)
18 <?cs /alt ?>
19 
20 <?cs alt:MyDadday ?>
21 This should display [3]
22 <?cs /alt ?>
23