Ad
  • Default User Avatar

    Done where needed. Thanks!

  • Custom User Avatar

    The user can mutate the input in (at least) Python and Javascript. Pass a copy or get the expected result before.

  • Default User Avatar

    Ah, yes I did read the log wrongly, thanks.

  • Custom User Avatar

    Are you sure you're reading the logs ok? The log appears above the test result, not below it.

  • Default User Avatar

    I got this test failure:
    Language: Python
    Result : False should equal True
    Log
    Random Tests contain_all_rots
    PfCZMGXkspXIjq
    ['pXIjqPfCZMGXks', 'PfCZMGXkspXIjq', 'XIjqPfCZMGXksp', 'GXkspXIjqPfCZM', 'CZMGXkspXIjqPf', 'jqPfCZMGXkspXI', 'MGXkspXIjqPfCZ', 'ZMGXkspXIjqPfC', 'qPfCZMGXkspXIj', 'spXIjqPfCZMGXk', 'XkspXIjqPfCZMG', 'fCZMGXkspXIjqP', 'IjqPfCZMGXkspX']

    The result should be False since kspXIjqPfCZMGX is missing, don't know why it is expecting True.