Annotation of parser3/tests/424.html, revision 1.1

1.1     ! moko        1: @main[]
        !             2: 
        !             3: 1. ^show[+]
        !             4: 2. ^show[-]
        !             5: 3. ^show[ + ]
        !             6: 4. ^show[ - ]
        !             7: 
        !             8: 5. ^show[-1.]
        !             9: 6. ^show[-1.1]
        !            10: 
        !            11: space shown, problem_source used (as before):
        !            12: 7. ^show[ +4000000000]
        !            13: same exception, but inside pa_atoui:
        !            14: 8. ^show[ +8000000000]
        !            15: 
        !            16: another exception, without problem_source (and space):
        !            17: d1. ^try-catch{^date::create[-4000000000-12-01]}
        !            18: d2. ^try-catch{^date::create[ +4000000000-12-01]}
        !            19: 
        !            20: another exception, inside pa_atoui, without even sign:
        !            21: d3. ^try-catch{^date::create[ +8000000000-12-01]}
        !            22: d4. ^try-catch{^date::create[ -8000000000-12-01]}
        !            23: 
        !            24: @show[s]
        !            25: ^try-catch{^s.int[]} ^try-catch{^s.double[]}

E-mail: