Ad
  • Default User Avatar

    Nice use of recursive functions on this one. Kudos.

  • Default User Avatar

    Works great now. Thanks!

  • Default User Avatar

    There is a problem with the tests. I get "0 test passed, 0 test failed". I'm unable to submit my code.

    Unlike other Katas, Test.expect is only given two arguments (condition,cmd) instead of three (actual,expect,cmd). I believe this may be the problem.

    I tried to override Test.expect to hack the execution to feed it 3 args, but it didn't seem to work around the problem...