source: git/tests/cmd_set_bad.out

Last change on this file was 498ed7b, checked in by Olly Betts <olly@…>, 4 weeks ago

Highlight tail of line for "End of line not blank"

  • Property mode set to 100644
File size: 1.6 KB
Line 
1./cmd_set_bad.svx:5:7: error: Expecting numeric field, found " reference"
2 *fix^1 reference^0^0^0 ; error
3       ^~~~~~~~~~
4./cmd_set_bad.svx:11:1: error: End of line not blank
5 ; comment ; error
6 ^~~~~~~~~~~~~~~~~
7./cmd_set_bad.svx:13:1: error: End of line not blank
8 *end ; error
9 ^~~~~~~~~~~~
10./cmd_set_bad.svx:20:21: error: Expecting numeric field, found ".0"
11 *fix+(2)+reference+1.0+2/0+3 ; error
12                     ^~
13./cmd_set_bad.svx:22:18: error: Expecting numeric field, found "+1.0"
14 *fix&3&reference&+1.0&2&3 ; error
15                  ^~~~
16./cmd_set_bad.svx:28:12: error: Character "." not allowed in station name (use *SET NAMES to set allowed characters)
17 *equate foo.1 1 ; error
18            ^
19./cmd_set_bad.svx:31:9: error: Expecting numeric field, found "-"
20 1 2 100 - down ; error
21         ^
22./cmd_set_bad.svx:34:6: error: Unknown character class "FormFeed"
23 *set FormFeed = ; error
24      ^~~~~~~~
25./cmd_set_bad.svx:35:6: warning: ROOT is deprecated
26 *set ROOT $
27      ^~~~
28
29Removing trailing traverses...
30
31Concatenating traverses...
32
33Simplifying network...
34
35Calculating network...
36
37Calculating traverses...
38
39Calculating trailing traverses...
40
41Calculating statistics...
42
43Survey contains 1 survey station, joined by 0 legs.
44There are 0 loops.
45Total length of survey legs =    0.00m (   0.00m adjusted)
46Total plan length of survey legs =    0.00m
47Total vertical length of survey legs =    0.00m
48./cmd_set_bad.svx:30: warning: Station "bar.1" referred to by *entrance or *export but never used
49   1 0-node.
50There were 2 warning(s) and 8 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.