Ad
  • Default User Avatar

    There is a test case which is trying to sum empty strings like 'test.assert_equals(sum_strings("", ""), "0")', this contradicts with the description of the kata

    'Given the string representations of two integers ...'
    'A string representation of an integer will contain no characters besides the ten numerals "0" to "9".'

    Empty string is not a string representation of an integer.