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.
Output required by the instructions:
Output required by the basic test:
Output required by Random tests:
Note the first line of the outputs
Obviously that makes it impossible to complete the kata.
The only way to solve it is to evaluate if the input string matches the basic test and return the output in the format of that test, otherwise return in the manner expected by the random tests. But that solution implies bad practices.
The random tests do not respect the format of the output requested in the description of the Kata.
CoffeScript
The basic test expect: 'Frame 1: AGG TGA ...' but the randoms test expets : 'AGA CGA GCT ..' and is imposible complete this kata.