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 have an idiot bug in your solution. It handles upper case letters incorrectly, and does not maintain a proper order of letters.
Go hang a salami, I'm a lasagna hog!
expected 'G' to equal ','
Yes, It is very idiot kata
Please provide language, clear example, etc. An incorrect code passing the tests is not an issue, since it's impossible to catch all the possible errors any users can make. It is if it is proven that a non negligtible number of submitted solutions are affected. Maybe a suggestion.
You are probably ignoring non letters characters.
Random tests are mandatory and won't be removed. Your suggestion is absolutely unclear.
Your imagination is probably far below what a random string generator can do. Check your code: https://docs.codewars.com/training/troubleshooting/
You must consider all the types of characters, not only letters.
I've test with all random string i can imagine and it works, but i still get this error
Expected: ',', instead got: 'G'
Anyone?