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.
Incorrect test result using Java, my code gives proper output.
Thanks!
Great Kata, thank you!
This comment is hidden because it contains spoiler information about the solution
Hi, In fixed tests you can confound, when printing,
[]
andnil
(they are both printed as[]
). These different cases cases don't give the same answer. In random tests arrays are never empty or nil... If you want me to take care of your issue it would be good if you could give the number of the fixed test where you have a problem. As for random tests - as I just said - they can't appear.Small note: 18 guys passed the Golang kata.
Cheers!
Hi.
Golang tests:
Basic
[],[] - expected to return false
Random
[],[] - expected to return true
Please clarify or fix.
Thank you in advance
Thanks!
Works for me now, thank you!
Good catch! Thanks!
I hope it is fixed now. Could you try again and mark the issue as resolved if everything is OK?
There is an issue in Golang tests with "MY SPACE" quote, which should be treated as an error per instructions (quote shouldn't contain whitespaces)
However it's tested differently (somewhere it counts, somewhere it doesn't, somewhere it just disappears)
One example
OK, thanks again.
Hi.
Yes, works like a charm now with my "workaround" removed.
Thank you!
Problem fixed. Could you tell me if it works now?
Thanks for your post!
This comment is hidden because it contains spoiler information about the solution