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.
You need to include a case for each capital letter as well as lowercase letter. I had the same problem, it expects text = A to equal 1. You can check by including an "A" case, if this results in the test failure saying "expected to equal '2'" then you know this is the problem as it is now failing on evaluating B.
I am having the same problem. Did you find the answer?