mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:40:05 +08:00
464e9d5957
* 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
4 lines
163 B
Plaintext
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'
|