Automatischer Zeilenumbruch

8c0dcc0e

Emre 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

0 % complete

Suggestions

  • Revise incorrect test emptyText. The test failed on line 12 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test longExample. The test failed on line 48 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test removeExtraSpacesAndBreaks. The test failed on line 38 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test simpleWrap. The test failed on line 28 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test textWithoutWrap. The test failed on line 20 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Den einfachsten Fall testen.😉
  • Ein paar weitere sehr einfache Fälle testen, nämlich wenn der Text genügend kurz ist, dass er gar nicht umgebrochen werden muss.
  • Den Fall testen, dass der Text genau einmal umgebrochen werden muss.

Implementation

0 % complete 5 / 5 Tests
  • emptyText: Passed
  • longExample: Passed
  • removeExtraSpacesAndBreaks: Passed
  • simpleWrap: Passed
  • textWithoutWrap: Passed

Other Submissions