public void SplitOnWordBoundaryEvenIfSpills() { Assert.AreEqual("helloworld", "helloworld".SplitToLines(7)); }