Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Yes, the test cases are set up incorrectly. I found a fix. I'll solve the kata this aternoon, and then fork it to get the sample tests fixed.

  • Custom User Avatar

    However, if you hit test, then .* passes all tests. Is that not an issue?

    I'm not sure... I don't really speak Go so I can't comment too much on it. Is the test suite (for 'test' cases) set up incorrectly? (if so, do you know how to fix it?)

  • Custom User Avatar

    My apologies about the regex thing, I misread the problem descricption.

    I hit attempt and it's clearly not the case there.

    However, if you hit test, then .* passes all tests. Is that not an issue?

  • Custom User Avatar
    • The Kata forces you to use regex

    In this kata, your task is to create a regular expression

    • All the test cases expect the regex to match

    Why haven't you passed it then? I hit attempt and it's clearly not the case there.

    None of these are kata issues, sorry.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution