|
|
to make tests results OS-independent
@main[]
^curl:options[ $.library[no-such-library.so] ]
^try-catch{ ^curl:session{ } }
^try-catch{ ^curl:session{ } }
^curl:options[ $.library[another-library.so] ]
^try-catch{ ^curl:session{ } }
^curl:options[ $.library[libcurl.so] ]
^curl:session{ OK }
@try-catch[jCode]
^try{$jCode}{
$exception.handled(true)
Type: $exception.type,
Source: $exception.source,
Comment: ^exception.comment.left(46)
}