repo.or.cz
/
survex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
configure: Drop CLOCK_PER_SEC probe
[survex.git]
/
tests
/
cmd_titlebad.svx
blob
93da398b97b5822fea783b6d6fcdbd13d88cf857
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
9
10
*begin survey2
11
*title
12
*fix a 0 0 0
13
a b 1 0 0
14
*end survey2
15
16
*begin survey3
17
*title ;used_to_eat_comments
18
*fix z 0 0 0
19
z x 1 0 0
20
*end survey3