1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 01:30:06 +08:00
SpaceVim/test/api/data/base64.vader

4 lines
158 B
Plaintext
Raw Normal View History

2017-10-23 15:39:07 +08:00
Execute ( SpaceVim api: data#list ):
let base64 = SpaceVim#api#import('data#base64')
AssertEqual "helloworld", base64.decode(base64.encode("helloworld"))