File:  [parser3project] / parser3 / tests / 346-curl.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Aug 3 20:33:56 2016 UTC (10 years, 1 month ago) by moko
Branches: MAIN
CVS tags: HEAD
more code coverage tests for curl

^try-catch{ ^curl:info[] }
^try-catch{ ^curl:options[ $.charset[UTF-8] ] }
^try-catch{ ^curl:options[ $.url[http://parser.ru/] ] }

^curl:session{ $s[^curl:version[]] }

^try-catch{ ^curl:options[ $.library[no-such-library.so] ] }

^curl:session{
    ^try-catch{ ^curl:options[ $.url[ftp://parser.ru/] ] }
    ^json:string[^curl:info[]]
}

E-mail: