mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
5 lines
273 B
Plaintext
5 lines
273 B
Plaintext
Execute (Test web#http api):
|
|
let g:test_api_web_html = SpaceVim#api#import('web#html')
|
|
let g:test_api_web_html_paser = g:test_api_web_html.parseURL('https://spacevim.org')
|
|
AssertEqual g:test_api_web_html_paser.child[1].find('title').child[0], 'Home | SpaceVim'
|