Ad
  • Default User Avatar

    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

  • Default User Avatar

    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).