mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 13:10:06 +08:00
6 lines
302 B
Plaintext
6 lines
302 B
Plaintext
Execute ( SpaceVim api: unicode#box ):
|
|
new
|
|
let box = SpaceVim#api#import('unicode#box')
|
|
AssertEqual box.drawing_box([1,2,3] , 1, 3, 5),
|
|
\ ['╭─────┬─────┬─────╮', '│ 1 │ 2 │ 3 │', '╰─────┴─────┴─────╯']
|