Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
there are several flavors of base64 and in this kata padding is not required for either encoding or decoding. the description says :
Hi, the translator should have already fixed the problem now.
I'm marking the issue as resolved, tell me if there are any problems.
Incorrect expected output for randomised test in JS version of kata sometimes when we have 0 koef in input.
For example,
xz-0bz
-0bz+xz
xz
Like it was noticed before, tests in this kata doesn't properly check for padding.
It seems that there was a problem with
=
symbol in tests, but now it works fine with tests like theseThis should be better added to test cases and maybe should be noticed in description, because at the moment there are many invalid solutions are present and Base64 which they generate and parse is actualy invalid too.