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