source: git/tests/cmd_set.svx

walls-data
Last change on this file was 5d59477, checked in by Olly Betts <olly@…>, 8 weeks ago

Pick suitable level separator and store in .3d file

This is a step towards addressing the situations raised in
https://github.com/ojwb/survex/pull/4 and
https://github.com/ojwb/survex/pull/5

  • Property mode set to 100644
File size: 587 bytes
Line 
1; pos=yes warn=0
2*begin
3; This should be enough to hint the output separator
4*set separator :
5*end
6*begin
7*set blank ^
8*fix^1^reference^0^0^0
9*end
10*begin
11*set comment %"
12" a comment
13% another comment
14*set keyword ;
15;end
16*begin
17*set blank +
18*set+decimal+,/
19*set+plus
20*set+NAMES+()
21*fix+(2)+reference+1,0+2/0+3
22*end
23*begin
24*set omit _
25*set names
26*set separator -
27*equate foo-1 1
28*begin foo
29*export 1
301 2 100 _ down
31*end foo
32*end
33*begin
34*set blank _
35*set_names_x20
36*fix_name with spaces in_reference_0_0_0
37*end
38*begin
39*set blank x09x20
40*set decimal ,
41*set names .
421 3.1 1,00 200 -01,5
43*end
Note: See TracBrowser for help on using the repository browser.