source: git/tests/badinc4.out

Last change on this file was 0fa4371, checked in by Olly Betts <olly@…>, 5 years ago

cavern: Fix segfault for *include ""

This isn't valid, but now reports "file not found" instead.

  • Property mode set to 100644
File size: 940 bytes
Line 
1./badinc4.svx:3:10: error: Expecting string field
2 *include ; comment
3          ^
4./badinc4.svx:4:9: error: Expecting string field
5 *include
6         ^
7./badinc4.svx:6:12: error: Couldn't open file ""
8 *include ""
9            ^
10./badinc4.svx:7:25: error: Missing "
11 *include "not terminated
12                         ^
13./badinc4.svx:8:12: error: Couldn't open file "nonexistent_file"
14 *include "nonexistent_file"
15            ^~~~~~~~~~~~~~~~
16
17Removing trailing traverses...
18
19Concatenating traverses...
20
21Simplifying network...
22
23Calculating network...
24
25Calculating traverses...
26
27Calculating trailing traverses...
28
29Calculating statistics...
30
31Survey contains 1 survey station, joined by 0 legs.
32There are 0 loops.
33Total length of survey legs =    0.00m (   0.00m adjusted)
34Total plan length of survey legs =    0.00m
35Total vertical length of survey legs =    0.00m
36   1 0-node.
37There were 0 warning(s) and 5 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.