Annotation of parser3/tests/347-curl.html, revision 1.2
1.2 ! moko 1: @main[]
! 2:
1.1 moko 3: ^curl:options[ $.library[no-such-library.so] ]
4: ^try-catch{ ^curl:session{ } }
5: ^try-catch{ ^curl:session{ } }
6: ^curl:options[ $.library[another-library.so] ]
7: ^try-catch{ ^curl:session{ } }
8: ^curl:options[ $.library[libcurl.so] ]
9: ^curl:session{ OK }
1.2 ! moko 10:
! 11: @try-catch[jCode]
! 12: ^try{$jCode}{
! 13: $exception.handled(true)
! 14: Type: $exception.type,
! 15: Source: $exception.source,
! 16: Comment: ^exception.comment.left(46)
! 17: }
E-mail: