Ad
  • Custom User Avatar

    I've worked out since that the markers '-' and '^' don't get removed correctly if they're used as markers from the expected results ie they're interpreted as regular text. Thus, removing them from the series of comment markers fixes this!

  • Custom User Avatar

    I think it is because of the escape sequence, but I don't know what their intention is here. The sequence is for '§'. I got round this by allowing comment markers of more than one character ("\xc2\xa7" has 8 characters). I guess handling unicode properly would have been another way of doing it. (Python2)

  • Custom User Avatar

    trailing space after "pears"?

  • Custom User Avatar

    there seems to be issues with the Test suite presenting incorrect solutions when the '-' symbol is involved. There are some cases where it doesn't correctly comment out the answers.

  • Custom User Avatar

    I second that! Agreed that it doesn't handle that edge case well.