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 look pretty.Do you have facebook?Can i get it?
Oh, my name is Dick Lim
I found this test case. It has no commas in expected value. The comma here is part of the message, not part of the expected value.
This is not a kata issue.
I suspect you might have a problem with spaces. Because test fail messages are printed as html, some extra spaces in your result may be invisible. Make sure to remove all trailing spaces in accordance with kata requirements.
The problem with unseen spaces in test fail messages is well known for Codewars. There are suggestions in feature requests to enhance visualisation of spaces.
What language? I do not see such test in JS or Python, but I did not check others.