source: git/tests/cmd_sd_bad.out

walls-data
Last change on this file was 9f55538, checked in by Olly Betts <olly@…>, 8 years ago

Get the testsuite to pass again

Update expected output now we show source lines for errors and warnings
Fix reported positions for some errors.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1./cmd_sd_bad.svx:4:10: error: Expecting numeric field, found "metres"
2 *sd tape metres
3          ^~~~~~
4./cmd_sd_bad.svx:5:15: error: Unknown units "furlongs"
5 *sd tape 0.05 furlongs
6               ^~~~~~~~
7./cmd_sd_bad.svx:6:15: error: Unknown units "furlongs"
8 *sd tape 0.05 furlongs per fortnight
9               ^~~~~~~~
10./cmd_sd_bad.svx:7:5: error: Unknown quantity "tripe"
11 *sd tripe 0.9 feet
12     ^~~~~
13./cmd_sd_bad.svx:8:10: error: Expecting numeric field, found "tripe"
14 *sd tape tripe 0.9 feet
15          ^~~~~
16./cmd_sd_bad.svx:9:22: error: Invalid units "meters" for quantity
17 *sd tape compass 0.4 meters
18                      ^~~~~~
19./cmd_sd_bad.svx:10:5: error: Unknown quantity ""
20 *sd 0.9 feet
21     ^
22
23Removing trailing traverses...
24
25Concatenating traverses...
26
27Simplifying network...
28
29Calculating network...
30
31Calculating traverses...
32
33Calculating trailing traverses...
34
35Calculating statistics...
36
37Survey contains 1 survey station, joined by 0 legs.
38There are 0 loops.
39Total length of survey legs =    0.00m (   0.00m adjusted)
40Total plan length of survey legs =    0.00m
41Total vertical length of survey legs =    0.00m
42   1 0-node.
43There were 0 warning(s) and 7 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.