File: warn-uint

package info (click to toggle)
inn2 2.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,720 kB
  • ctags: 8,983
  • sloc: ansic: 92,499; sh: 13,509; perl: 12,921; makefile: 2,985; yacc: 842; python: 342; lex: 255
file content (25 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
parameter: "foo"
===
config/tmp:1: parameter is not an integer
===
# Check that line numbers are right.
key: value; parameter: foobar
===
config/tmp:2: parameter is not an integer
===
parameter: 999999999999999999999999999999999999999999999999999999999999
===
config/tmp:1: parameter doesn't convert to a positive integer
===
parameter: -3
===
config/tmp:1: parameter is not a positive integer
===
parameter: []
===
config/tmp:1: parameter is not an integer
===
parameter: [ 10 ]
===
config/tmp:1: parameter is not an integer
===