mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 12:20:04 +08:00
12 lines
286 B
Plaintext
12 lines
286 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',
|
||
|
\ ]
|
||
|
|