Drop wxALIGN_BOTTOM from vertical sizer
[survex.git] / tests / cmd_title.svx
blob0cc2d42acfd21e42577b86e74e80002914dae649
1 ; pos=no warn=0
2 ; test that we can at least specify a title
3 *title cave
4 *begin survey
5 *title "multi word title"
6 *fix 1 0 0 0
7 1 2 1 0 0
8 *end survey
10 *begin survey2
11 ; empty title
12 *title ""
13 *fix a 0 0 0
14 a b 1 0 0
15 *end survey2
17 *begin survey3
18 *title used; to eat comments
19 *fix z 0 0 0
20 z x 1 0 0
21 *end survey3