@Test public void stringContainsNewline() throws Exception { assertThat(wrap("ab\ncd e", 4), equalTo("ab\ncd e")); }