source: git/tests/badbegin.out @ e315359

stereo-2025
Last change on this file since e315359 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
RevLine 
[9f55538]1./badbegin.svx:3:7: error: Matching BEGIN command has no survey name
2 *end  foo
3       ^~~
[94aeeaf]4./badbegin.svx:2: info: Corresponding BEGIN was here
5 *begin
[9f55538]6./badbegin.svx:6:8: error: Survey name doesn't match BEGIN
7 *end   bar
8        ^~~
[94aeeaf]9./badbegin.svx:4:13: info: Corresponding BEGIN was here
10 *begin      foo
11             ^~~
[b532e47]12./badbegin.svx:8:8: error: Character "<" not allowed in station name (use *SET NAMES to set allowed characters)
[9f55538]13 *begin <
14        ^
[b532e47]15./badbegin.svx:11:5: warning: Survey name omitted from END
[9f55538]16 *end
17     ^
[94aeeaf]18./badbegin.svx:7:8: info: Corresponding BEGIN was here
19 *begin omitted
20        ^~~~~~~
[da96015]21
22Removing trailing traverses...
23
[c20d521]24Concatenating traverses...
[da96015]25
26Simplifying network...
27
28Calculating network...
29
[c20d521]30Calculating traverses...
[da96015]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.
[b532e47]42There were 1 warning(s) and 3 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.