1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/test/api/data/toml.vader
Wang Shidong 464e9d5957
Add test for api (#1849)
* Add test for toml api

* Add test for number api

* Add test for file api

* Add test for vim#highlight api

* Add test for icon api
2018-06-20 20:44:08 +08:00

4 lines
163 B
Plaintext

Execute ( SpaceVim api: data#toml ):
let toml = SpaceVim#api#import('data#toml')
AssertEqual toml.parse_file('mode/basic.toml').options.colorscheme, 'gruvbox'