1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 09:35:40 +08:00
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"))