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.
'1' is a first column from SELECT,
'2' - second, '3' - third, etc.
I'm not able to replicate this problem in the editing panel for the Ruby version of this. Testing the duplicate solution function provided in the test case with GnnOwwceJ gives me ())())((( and not a bunch of )s, nor do the other random tests. If anyone else has seen this issue please bring it up again.
Seeing some issues w/ random ruby tests.
eg.
Testing for word: GnnOwwceJ
It Should encode ')))))))))' - Expected: ")))))))))", instead got: "())())((("
According to the test, all of the letters in the above string appear more than once. They obviously don't. G, O, C, E and J all appear once, regardless of capitalization. This is the simplest I've seen, but it appears that all of the random character string tests in Ruby are broken. They all expect a series of ')' characters, matching the length of the string, but not actually testing the case.