Unit tests for MemoryBlock::toBase64Encoding()?

Correct me if I am wrong, but I could not find any unit test for the custom ‘base64’ encoding used by those methods in MemoryBlock.

Actually, I was searching for a known dataset of strings and corresponding ‘juce64’ encoding, for checking whether my implementation in another language matches it. Does one such dataset exist?