spacevim/test/api/web/http.vader

5 lines
239 B
Plaintext
Raw Permalink Normal View History

2024-08-21 14:17:26 +08:00
Execute (Test web#http api):
let g:test_api_web_http = SpaceVim#api#import('web#http')
let g:test_api_web_http_getresult = g:test_api_web_http.get('https://spacevim.org')
AssertEqual g:test_api_web_http_getresult.status, '200'