1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-27 12:20:04 +08:00
SpaceVim/test/api/unicode/box.vader

10 lines
324 B
Plaintext
Raw Normal View History

2020-12-19 22:27:24 +08:00
Execute ( SpaceVim api: unicode#tree ):
2017-10-11 21:54:29 +08:00
let box = SpaceVim#api#import('unicode#box')
AssertEqual box.drawing_box([1,2,3] , 1, 3, 5),
2020-12-19 22:27:24 +08:00
\ [
\ '╭─────┬─────┬─────╮',
\ '│ 1 │ 2 │ 3 │',
\ '╰─────┴─────┴─────╯'
\ ]