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

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: 
        !            13: ^try-catch{$d.year(1e6)}
        !            14: ^try-catch{$d.ups[2]}
        !            15: ^try-catch{$d.year{2000}}

E-mail: