Ad
  • Custom User Avatar

    This test is wrong in the C# fork:
    public void SadPath2()
    {
    Assert.IsFalse(StringMerger.isMerge("codewars", "code", "wasr"), "codewars can't be created from code and wasr");
    }

    I have updated the test and code to fully run with the correct test. Needs approving

  • Custom User Avatar

    This test is wrong in the C# fork:
    public void SadPath2()
    {
    Assert.IsFalse(StringMerger.isMerge("codewars", "code", "wasr"), "codewars can't be created from code and wasr");
    }

    Updated the test and code to fully run with the correct test. Needs approving