Annotation of parser3/tests/338.html, revision 1.2

1.1       moko        1: @main[]
                      2: $d[^date::create[2050-01-01]]
                      3: 
                      4: $d.year($d.year-1)
                      5: $d.month[-1]
                      6: $d.day(1)
                      7: $d.hour(25)
                      8: $d.minute(7e01)
                      9: $d.second(70.999)
                     10: 
                     11: ^d.sql-string[]
                     12: 
1.2     ! moko       13: should be 0: ^eval($d - $d)
        !            14: 
1.1       moko       15: ^try-catch{$d.year(1e6)}
                     16: ^try-catch{$d.ups[2]}
                     17: ^try-catch{$d.year{2000}}

E-mail: