Ad
  • Custom User Avatar

    Approved.

  • Custom User Avatar

    Approved.

  • Custom User Avatar

    The tests are probably still very wrong though. It's somewhat implied that the input should be well formed and it's suggested that there are going to be uppercase characters which there isn't

  • Custom User Avatar

    .. but what was the input? the issue makes no sense without that information

    I'm guessing the input starts with "-" or "_" and thus has a leading empty word which could be argued to be incorrect, and in that case "Hib" isn't the first word and shouldn't be force-downcased.. though I suppose you could argue it is now the first word that the -_'s are gone

    tests appear to fail to produce uppercase characters so that's a problem