mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 00:50:04 +08:00
5 lines
261 B
Plaintext
5 lines
261 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('spacevim.org')
|
||
|
AssertEqual g:test_api_web_html_paser.child[1].child[21].child[0], 'Home - SpaceVim'
|