source: git/tests/cmd_set_bad.svx @ 48787a9

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

tests/: Move the annotations for each test case out of cavern.tst and
into a comment in the first line of the .svx file which is the input
for the test.

  • Property mode set to 100644
File size: 516 bytes
Line 
1; pos=fail error=8
2*fix 1 reference 0 0 0
3*begin
4*set blank ^
5*fix^1 reference^0^0^0 ; error
6*end
7*begin
8*set comment %"
9" a comment
10% another comment
11; comment ; error
12*set keyword ;
13*end ; error
14;end
15*begin
16*set blank +
17*set+decimal+,/
18*set+plus
19*set+NAMES+()
20*fix+(2)+reference+1.0+2/0+3 ; error
21*set+blank+&
22*fix&3&reference&+1.0&2&3 ; error
23*end
24*begin
25*set omit _
26*set names
27*set separator -
28*equate foo.1 1 ; error
29*begin bar
30*export 1
311 2 100 - down ; error
32*end bar
33*end
34*set FormFeed = ; error
35*set ROOT $
Note: See TracBrowser for help on using the repository browser.