File:  [parser3project] / parser3 / tests / 347-curl.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Sep 1 14:08:38 2016 UTC (10 years ago) by moko
Branches: MAIN
CVS tags: HEAD
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)
}

E-mail: