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.
Thank you for replying. I think its because i misunderstood the requirments. I thought that the VISA length is between 13 and 16 and because of that I thought that the test was meant for something else. My apolopgies... After seeing your explanation I was able to fully understand. Thank you for this lovly kata!
You have two tests that have the expected result as: "Values should not be equal: 'VISA'", but the kata expects VISA. You should change those tests to "Values should not be equal: 'Visa'" or delete them.
Did this kata in javascript.
Will it be fixed?
C# Version does not work. I get a "error CS0103: The name `Program' does not exist in the current context" error.
Please update this kata...
Please clarify that you want to alias the MIN/MAX functions. I work in sql regularly and was very suppriesed that I dind't get this one right, until I looked at the discussion of this kata.
Thank you for this kata!
Okay. Thank you.
I believe there is a mistake in the second example test in this kata.
The second example test goes like this: "Assert.AreEqual(1,kata.MrOdd("ouddddbo"));", but the string hold the word "odd" twice. ouddddbo = odd, odd. The expected result should be 2.
Am I mising somthing?
I believe the expected field was swithed with the "but was" field in the output section.
"String lengths are both 8. Strings differ at index 0.
Expected: "03:59:59"
But was: "99:59:59"
-----------^"