source: git/tests/badbegin.out @ 501dd27

stereo-2025
Last change on this file since 501dd27 was 94aeeaf, checked in by Olly Betts <olly@…>, 11 months ago

Report BEGIN location after mismatching END error

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