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.
Turns out you have to check for non-legal characters when you encrypt AND also when you decrypt
I have the very same problem. Did you happen to find out what we are supposed to throw?
Post your code here and mark it as spoiler. :-)
I am able to pass all tests except the ExtendedTests: _0_NotAllowedCharactersTests. I tried throwing an exception for characters not found in the region, but when '#' occurs in the text to encrypt I still get the message:
✘ Expected std::exception. No exception was thrown.
I could post some portion of my code here, but I am not sure what the rules are about doing so.
Thank you for any hints that you could give me.