mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
4 lines
158 B
Plaintext
4 lines
158 B
Plaintext
Execute ( SpaceVim api: data#list ):
|
|
let base64 = SpaceVim#api#import('data#base64')
|
|
AssertEqual "helloworld", base64.decode(base64.encode("helloworld"))
|