Ad
  • Default User Avatar

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

  • Default User Avatar

    C# tests have the same trouble

  • Default User Avatar

    Sorry, but for "loren ipsum ..." input with len = 15 I have message

    Expected different result:
    Expected string length 763 but was 882. Strings differ at index 21.
    Expected: "Lorem ipsum\ndolor\nsit\namet,\nconsectetur\nadipiscing\nelit.\n..."
    But was: "Lorem ipsum\ndolor sit\namet,\nconsectetur\nadipiscing\n..."

    And expected string doesn't looks really justified with len = 15 at \ndolor\nsit\namet,\n part
    I'm using C#.

    Am I doing smthng wrong?