Automatischer Zeilenumbruch

44c074f3

Baris T.

A newer submission is available.
Some tests are incorrect: They fail when run against a reference implementation. The test suite score has been reduced.

Test Suite

90 % complete

Suggestions

  • Revise incorrect test testSingleLongWord. The test failed on line 92 when run against a reference implementation:
    AssertionFailedError: expected: <Super kalif ragil istik> but was: <Superkalifragilistik>

Implementation

90 % complete 10 / 10 Tests
  • testLastWordFitsExactly: Passed
  • testLeadingAndTrailingSpaces: Passed
  • testMultipleSpacesBetweenWords: Passed
  • testSingleLongWord: Passed
  • testWordExactlyMaxLength: Passed
  • testWrapEmptyInput: Passed
  • testWrapExactFit: Passed
  • testWrapOnlySpaces: Passed
  • testWrapSimple: Passed
  • testWrapWithNewlinesAndSpaces: Passed

Other Submissions