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
Reliably disable scale bar in perspective view
[survex.git]
/
tests
/
cmd_title.svx
blob
0cc2d42acfd21e42577b86e74e80002914dae649
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
9
10
*begin survey2
11
; empty title
12
*title ""
13
*fix a 0 0 0
14
a b 1 0 0
15
*end survey2
16
17
*begin survey3
18
*title used; to eat comments
19
*fix z 0 0 0
20
z x 1 0 0
21
*end survey3