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.
This is what I get now. I tried to force the encoding to UTF-8 but it doesn't solve anything apparently.
-e:56: invalid multibyte char (US-ASCII)
-e:56: invalid multibyte char (US-ASCII)
-e:56: syntax error, unexpected end-of-input, expecting ')' Test.assert_equals(num_to_strings("1£^%1"),"eleven")
I think you also have a problem of encoding in this test
Test.assert_equals(num_to_strings("1£^%1"),"eleven")
This is what I get. You should try to set the encoding to UTF-8 but I have no idea if it's possible here in Codewars.
invalid multibyte char (US-ASCII)
I think you have a problem in the first test.
I get this when I try to submit my solution. You forgot to put " after 17.00 in my opinion.
-e:53: syntax error, unexpected tIDENTIFIER, expecting ')' Test.assert_equals(num_to_strings("17.OO), "seventeen")
What should happen if the input array length is not 3? Raise an error?