I like this kata because of the nit picky requirements it enforces, which is very common on the job.
I just hope nobody else codes there test cases this way!
I'd propose to add to the description that the return value needs to be an ordered list for each item.
Now you need to figure it out by reading the example or running a test.
Multiple in each category - Expected: 'fruit:banana,lemon\nmeat:beef,chicken\nother:fries,juice,sardines\nvegetable:carrot,celery', instead got: 'fruit:banana,fries,lemon\nmeat:beef,chicken\nother:juice,sardines\nvegetable:carrot,celery'
why i can't pass ????
this is my PC answer :
fruit:banana,lemon
meat:beaf,chicken
other:fries,juice,sardines
vegetable:carrot,celery
Approved some time ago
I like this kata because of the nit picky requirements it enforces, which is very common on the job.
I just hope nobody else codes there test cases this way!
Have you figured it out?
I am having same problem, although I'm having additional 8 tests failing as well. One from instructions checks out tho.
I'd propose to add to the description that the return value needs to be an ordered list for each item.
Now you need to figure it out by reading the example or running a test.
OK,thank your suggestion.I will check my code.
It's difficult to say without seeing your code. But before posting, please check this and this point in the FAQ, they might be helpful.
But in my local Vscode,it has "fries" in other category
if you have question then you should mark it as
question
and answer to your question, no fries in other categoryMultiple in each category - Expected: 'fruit:banana,lemon\nmeat:beef,chicken\nother:fries,juice,sardines\nvegetable:carrot,celery', instead got: 'fruit:banana,fries,lemon\nmeat:beef,chicken\nother:juice,sardines\nvegetable:carrot,celery'
why i can't pass ????
this is my PC answer :
fruit:banana,lemon
meat:beaf,chicken
other:fries,juice,sardines
vegetable:carrot,celery
Ruby translation. Please, review and approve (the author is inactive).
Python translation. Please, review and approve (the author is inactive).
Approved with fixed description example.
This comment is hidden because it contains spoiler information about the solution
Loading more items...