Annotation of parser3/tests/results/424.processed, revision 1.2
1.1 moko 1: Content-Type: text/html
1.2 ! moko 2: Content-Length: 1530
1.1 moko 3:
1.2 ! moko 4: 1. Exception type: number.format,
1.1 moko 5: Source: +,
6: Comment: invalid number (int)
1.2 ! moko 7: Exception type: number.format,
1.1 moko 8: Source: +,
9: Comment: invalid number (double)
1.2 ! moko 10: 2. Exception type: number.format,
1.1 moko 11: Source: -,
12: Comment: invalid number (int)
1.2 ! moko 13: Exception type: number.format,
1.1 moko 14: Source: -,
15: Comment: invalid number (double)
1.2 ! moko 16: 3. Exception type: number.format,
1.1 moko 17: Source: + ,
18: Comment: invalid number (int)
1.2 ! moko 19: Exception type: number.format,
1.1 moko 20: Source: + ,
21: Comment: invalid number (double)
1.2 ! moko 22: 4. Exception type: number.format,
1.1 moko 23: Source: - ,
24: Comment: invalid number (int)
1.2 ! moko 25: Exception type: number.format,
1.1 moko 26: Source: - ,
27: Comment: invalid number (double)
1.2 ! moko 28: 5. Exception type: number.format,
1.1 moko 29: Source: -1.,
30: Comment: invalid number (int)
31: -1
1.2 ! moko 32: 6. Exception type: number.format,
1.1 moko 33: Source: -1.1,
34: Comment: invalid number (int)
35: -1.1
36: space shown, problem_source used (as before):
1.2 ! moko 37: 7. Exception type: number.format,
1.1 moko 38: Source: +4000000000,
39: Comment: out of range (int)
40: 4000000000
41: same exception, but inside pa_atoui:
1.2 ! moko 42: 8. Exception type: number.format,
1.1 moko 43: Source: +8000000000,
44: Comment: out of range (int)
45: 8000000000
46: another exception, without problem_source (and space):
1.2 ! moko 47: d1. Exception type: number.format,
1.1 moko 48: Source: create,
49: Comment: '-4000000000' is out of range (int)
1.2 ! moko 50: d2. Exception type: number.format,
1.1 moko 51: Source: create,
52: Comment: '+4000000000' is out of range (int)
53: another exception, inside pa_atoui, without even sign:
1.2 ! moko 54: d3. Exception type: number.format,
1.1 moko 55: Source: create,
56: Comment: '8000000000' is out of range (int)
1.2 ! moko 57: d4. Exception type: number.format,
1.1 moko 58: Source: create,
59: Comment: '8000000000' is out of range (int)
E-mail: