Annotation of parser3/tests/results/422.processed, revision 1.3

1.3     ! moko        1: Content-Type: text/html
        !             2: Content-Length: 1196
        !             3: 
        !             4: Parser3 with wide int (int53)
1.1       moko        5: 2000000000: 2000000000 2000000000 77359400
1.3     ! moko        6: 4000000000: 4000000000 4000000000 ee6b2800
        !             7: 5000000000: 5000000000 5000000000 12a05f200
1.1       moko        8: -2000000000: -2000000000 2294967296 88ca6c00
1.3     ! moko        9: -4000000000: -4000000000 2147483648 80000000
        !            10: -5000000000: -5000000000 2147483648 80000000
        !            11: -1: -1 4294967295 ffffffff
        !            12: -2: -2 4294967294 fffffffe
        !            13: 9.00719925474099e+15: 9007199254740990 9007199254740990 1ffffffffffffe
        !            14: 9007199254740991: 9007199254740991 9007199254740991 1fffffffffffff
        !            15: 9.00719925474099e+15: 9007199254740991 9007199254740991 1fffffffffffff
        !            16: -9.00719925474099e+15: -9007199254740991 2147483648 80000000
        !            17: -9007199254740991: -9007199254740991 2147483648 80000000
        !            18: -9.00719925474099e+15: -9007199254740990 2147483648 80000000
        !            19: n:1e+16 (clipped 0x1fffffffffffff)
        !            20: 1. % 0
        !            21: 2. \ 900
1.2       moko       22: 3. ~ 80000000
1.3     ! moko       23: 4. >> 1fffffffff
1.2       moko       24: 5. << ffff0000 (-65536)
                     25: 6. % 0.1
1.3     ! moko       26: 7. mod 10 - out of double precision, but works
1.2       moko       27: 8. mod 2
1.3     ! moko       28: 9. mod 0.4
        !            29: 10. wide int.as_int overflow, exception : Exception type: number.format,
        !            30: Source: year,
        !            31: Comment: 9007199254740991 is out of regular int range
        !            32: 11. double.as_int overflow, no exception : Exception type: date.range,
        !            33: Source: year,
        !            34: Comment: year '2147483647' is out of range 0..9999

E-mail: