source: git/tests/badunits.out

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

Only warn for junk after #prefix command

Walls seems to quietly ignore the rest of the line, just like with
the #date command.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1./badunits.svx:3:15: error: Unknown units "FURLONGS"
2 *units length FURLONGS
3               ^~~~~~~~
4./badunits.svx:4:29: error: Unknown units "Radians"
5 *units compass 0.0174532925 Radians
6                             ^~~~~~~
7./badunits.svx:5:16: error: Invalid units "METRES" for quantity
8 *units compass METRES
9                ^~~~~~
10./badunits.svx:6:19: error: Invalid units "Degrees" for quantity
11 *units tape clino Degrees
12                   ^~~~~~~
13./badunits.svx:7:23: error: Invalid units "Metres" for quantity
14 *units tape clino 0.1 Metres
15                       ^~~~~~
16./badunits.svx:8:8: error: Unknown quantity "Anemometer"
17 *units Anemometer Knots
18        ^~~~~~~~~~
19./badunits.svx:10:16: error: End of line not blank
20 *units DEFault MeterS
21                ^~~~~~
22./badunits.svx:11:16: error: End of line not blank
23 *units DEFault 1.0 MeterS
24                ^~~~~~~~~~
25./badunits.svx:12:13: error: Unknown units "DEFault"
26 *units Tape DEFault MeterS
27             ^~~~~~~
28./badunits.svx:13:13: error: Unknown units "DEFault"
29 *units Tape DEFault
30             ^~~~~~~
31./badunits.svx:14:16: error: End of line not blank
32 *units DEFault Tape
33                ^~~~
34./badunits.svx:15:16: error: End of line not blank
35 *units DEFault Tape Feet
36                ^~~~~~~~~
37./badunits.svx:17:13: error: Invalid units "degrees" for quantity
38 *units left degrees
39             ^~~~~~~
40
41Removing trailing traverses...
42
43Concatenating traverses...
44
45Simplifying network...
46
47Calculating network...
48
49Calculating traverses...
50
51Calculating trailing traverses...
52
53Calculating statistics...
54
55Survey contains 1 survey station, joined by 0 legs.
56There are 0 loops.
57Total length of survey legs =    0.00ft (   0.00ft adjusted)
58Total plan length of survey legs =    0.00ft
59Total vertical length of survey legs =    0.00ft
60   1 0-node.
61There were 0 warning(s) and 13 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.