Annotation of parser3/tests/347-curl.html, revision 1.5
1.2 moko 1: @main[]
2:
1.5 ! moko 3: 1. ^curl:options[ $.library[no-such-library.ext] ]
1.3 moko 4: 2. ^try-catch{ ^curl:session{ } }
5: 3. ^try-catch{ ^curl:session{ } }
1.5 ! moko 6: 4. ^curl:options[ $.library[another-library.ext] ]
1.3 moko 7: 5. ^try-catch{ ^curl:session{ } }
1.5 ! moko 8: 6. ^curl:options[ $.library[] ]
1.4 moko 9: 7. ^try-catch{ ^curl:session{ OK } }
1.2 moko 10:
1.5 ! moko 11: @try-catch[jCode]
! 12: ^try{$jCode}{
! 13: $exception.handled(1)
! 14: Exception type: $exception.type,
! 15: Source: $exception.source,
! 16: Comment: ^exception.comment.match[(failed to load curl library).*(no-such-library.ext|another-library.ext).*][]{$match.1 ... $match.2 ...}
! 17: }
E-mail: