Ad
  • Custom User Avatar

    The exercise is OK, but the instructions definitely needs improvements. Solving this kata requires some guesswork.

  • Custom User Avatar

    I get the following:

    Test Failed: Gave title="ab", minorWords="ab". Expected "Ab" but got "ab".

    which indicates that an incorrect expected value is used in the test. My function returns 'ab' but fails this test.

  • Custom User Avatar

    The instructions specify that the input matrix should be square, but the test cases tests against non-square matrices. Also the test cases can be affected by changing the input matrix.