mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-26 14:00:04 +08:00
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
Execute ( SpaceVim api: unicode#tree ):
|
|
let box = SpaceVim#api#import('unicode#tree')
|
|
" AssertEqual box.drawing_tree({'test' : [{'hello' : ['one', 'two']},'world']}),
|
|
" \ [
|
|
" \ 'test',
|
|
" \ ' ├hello',
|
|
" \ ' │ ├one',
|
|
" \ ' │ ╰two',
|
|
" \ ' ╰world',
|
|
" \ ]
|
|
|