source: git/tests/cmd_set_bad.svx @ 9cbe799

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since 9cbe799 was da96015, checked in by Olly Betts <olly@…>, 11 years ago

src/,tests/: Report column numbers as well as line numbers for some
cavern errors and warnings, and update aven's cavern log parser to
handle these. Simplify handling of quantity lists to only recognise
'DEFAULT' as the first item. Add more testcases, expand some
existing testcases, and expected output for more.

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