fix(baseN): decode: empty string case

This commit is contained in:
2024-09-20 20:08:51 +03:00
parent 4b7f01dcf6
commit f8417be18c
2 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,7 @@ std::vector<std::pair<std::string, std::string>> tests = {
{"KyKX", "387ae2"},
{"KyKXa", "0ccbd755"},
{"KyKXaa", "02e62ec963"},
{"111KyKX", "000000387ae2"},
{"4uqWDRyJZUpS6KKwLAiitndmv7TPFt2bfxVVfhJhgTn3Rh6aQtGHQY6PhhNDpCwSNU8a",
"057902f9cebebb68879911002aae743280140a78c4a077405b057902f9cebebb68879911002aae743280140a78c4a077405b"},
};