1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/test/api/data/base64.vader
2017-10-23 15:39:07 +08:00

4 lines
158 B
Plaintext

Execute ( SpaceVim api: data#list ):
let base64 = SpaceVim#api#import('data#base64')
AssertEqual "helloworld", base64.decode(base64.encode("helloworld"))