Ad
  • Custom User Avatar

    Shouldn't we also test for negative integers?

    Test.assert_equals(digitize(-123), [1, 2, 3], 'should digitize a negative integer')