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.
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.