File: require_fail.out

package info (click to toggle)
survex 1.4.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,348 kB
  • sloc: ansic: 21,576; cpp: 18,167; sh: 5,942; javascript: 832; perl: 755; makefile: 614; python: 83; xml: 35
file content (9 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
./require_fail.svx:2:13: error: End of line not blank
 *require 1.0abc ; test warning with suffix (added in 1.4.11)
             ^~~
./require_fail.svx:3:13: error: End of line not blank
 *require 1. 42 ; spaces in the version rejected in 1.4.11 and later
             ^~
./require_fail.svx:5:10: error: Survex version 1.5 or greater required to process this survey data.
 *require 1.5  ; require a version later than the current one
          ^~~