• Bad test for task

 

Task Common Words has bad test: checkio("one,two,three", "four,five,one,two,six,three") == "one,three,two"

In my opinion, right test is: checkio("one,two,three", "four,five,one,two,six,three") == "one,two, three"

.
8