Drop wxALIGN_BOTTOM from vertical sizer
[survex.git] / tests / cmd_titlebad.svx
blob93da398b97b5822fea783b6d6fcdbd13d88cf857
1 ; pos=fail error=4
2 ; test that some mistakes are caught
3 *title unquoted multiword
4 *begin survey
5 *title "missing quote
6 *fix 1 0 0 0
7 1 2 1 0 0
8 *end survey
10 *begin survey2
11 *title
12 *fix a 0 0 0
13 a b 1 0 0
14 *end survey2
16 *begin survey3
17 *title ;used_to_eat_comments
18 *fix z 0 0 0
19 z x 1 0 0
20 *end survey3