Ad
  • Custom User Avatar

    worked out my issue! nevermind.

  • Custom User Avatar

    Use markdown formatting when posting code here.

  • Custom User Avatar

    The formatting of the comment changes some astricks into bold text... you'll have to trust me that they are there. The only difference between expected result is two spaces at the front. Which it only wants one space for the previous test.

  • Custom User Avatar

    How does the instructions say "no trailing spaces" but then I get this result from one of the tests?

    Expected: ' \n \n*\n ***\n \n', instead got: ' \n \n\n ***\n *\n'

    I originally had no spaces but the code failed. And now the test expects random extra spaces between them? Especially weird considering the previous test passes with:

    Test Passed: Value == ' \n**\n *\n'

    But the second test wants two spaces before the first astrix?