source: git/tests/badbegin.out

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: 877 bytes
Line 
1./badbegin.svx:3:7: error: Matching BEGIN command has no survey name
2 *end  foo
3       ^~~
4./badbegin.svx:6:8: error: Survey name doesn't match BEGIN
5 *end   bar
6        ^~~
7./badbegin.svx:8:8: error: Character "<" not allowed in station name (use *SET NAMES to set allowed characters)
8 *begin <
9        ^
10./badbegin.svx:11:5: warning: Survey name omitted from END
11 *end
12     ^
13
14Removing trailing traverses...
15
16Concatenating traverses...
17
18Simplifying network...
19
20Calculating network...
21
22Calculating traverses...
23
24Calculating trailing traverses...
25
26Calculating statistics...
27
28Survey contains 1 survey station, joined by 0 legs.
29There are 0 loops.
30Total length of survey legs =    0.00m (   0.00m adjusted)
31Total plan length of survey legs =    0.00m
32Total vertical length of survey legs =    0.00m
33   1 0-node.
34There were 1 warning(s) and 3 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.