source: git/tests/cmd_set.svx @ a886e3a

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since a886e3a was a886e3a, checked in by Olly Betts <olly@…>, 9 years ago

tests/cmd_set.pos,tests/cmd_set.svx,tests/Makefile.am: Check that '*set
names .' works when '.' is also the decimal point.

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