source: git/tests/badreadingdotplus.out @ c49e27f

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since c49e27f was 17c1dcd, checked in by Olly Betts <olly@…>, 11 years ago

src/readval.c: If we were expecting a numeric field and instead get
something which starts with '+', '-', or '.' but which isn't a
number, then fix the error to include that character in the token
reported.
tests/: Add regression test badreadingdotplus.

  • Property mode set to 100644
File size: 736 bytes
Line 
1./badreadingdotplus.svx:2: Expecting numeric field, found ".hello."
2./badreadingdotplus.svx:3: Expecting numeric field, found "+hello+"
3./badreadingdotplus.svx:5: Expecting numeric field, found "-hello"
4
5Removing trailing traverses...
6
7Concatenating traverses between nodes...
8
9Simplifying network...
10
11Calculating network...
12
13Calculating traverses between nodes...
14
15Calculating trailing traverses...
16
17Calculating statistics...
18
19Survey contains 1 survey station, joined by 0 legs.
20There are 0 loops.
21Total length of survey legs =    0.00m (   0.00m adjusted)
22Total plan length of survey legs =    0.00m
23Total vertical length of survey legs =    0.00m
24   1 0-node.
25Done.
26There were 0 warning(s) and 3 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.