Ad
  • Default User Avatar

    The tests for this kata contain invalid roman numerals with MMMM, I have created a correct validator and it fails the tests because the tests include invalid numerals expected to pass (ex: 'MMMMCCCXXXII', 'MMMMCXII').

    You can check the validity on other external sources to see they are incorrect.

    Please correct your tests or don't call the kata "valid romans".