Tester.ps1

# Remove/reload, to ensure that the module hasn't been cached
Remove-Module Posh-Plantuml-Urls -Force
Import-Module $PSScriptRoot\Posh-Plantuml-Urls.psm1 -Force

$s = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"

$c = [Convert]::FromBase64String($s)

Encode64v2 $c