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.
Hi, I can't get these tests to pass in Elixir.
Basically it looks like the tests need a specific ordering as I'm getting this test failure.
lhs: "AA 45522:Paris St. Abbeville,Paris St. Abbeville/670,67"
rhs: "AA 45522:Paris St. Abbeville,Paris St. Abbeville/67,670"
However, when I order by street number another test fails!
Anyone completed this in Elixir and have any pointers?
Thanks
Passed all but one test ("Expected: :e, instead got: :c"). I printed the input (and ran through the example manually) and I'm pretty sure the test assertion is wrong and "c" should be expected. I can see others have had the same issue (hopefully we haven't made the same error).