Ad
  • Custom User Avatar

    Yes, I believe so. I keep getting this error in Java: "expected:<[most trees are b]lue> but was:<[Most Trees Are B]lue>"

  • Default User Avatar

    The most common problem with passing this kata is respecting the significance of whitespace characters. Have you looked into that?

  • Custom User Avatar

    I spent way to long before realizing the simple, layman's method of completing this kata... oh well, I'll know it next time. Advice for anybody else, don't over think it!

  • Custom User Avatar

    So as I understand the question, you receive a string ("most trees are blue") and you are supposed to return the capitalized version of it ("Most Trees Are Blue"). I pass the second and third testunits but am consistently failing the first even with success in other IDEs. Seems like the first test is broken and is in need of fixing.

    Also, the failure texts should be straight to the point as well as helpful, none of this "try again please, you failed :)" mess