Ad
  • Custom User Avatar

    C# part doesn't work just yet. Good problem.

  • Custom User Avatar

    Nevermind I got found out what the issue was. Thanks for your help!

  • Custom User Avatar

    Meh it still won't work for some reason. Could I have the parameters used for the second test upon submission? Could be an edge case that I didn't cover yet.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    There's a bug in the C# version.

    Assert.AreEqual(Kata.Maskify("4556364607935616"), "############5616");

    ExamplesTests
    Expected string length 28 but was 16. Strings differ at index 12. //should only have 16 characters
    Expected: "############4556364607935616" // should only have last four digits unmasked
    But was: "############5616"
    -----------------------^