(t *testing.T)
| 1508 | } |
| 1509 | |
| 1510 | func TestWrap(t *testing.T) { |
| 1511 | emptywrap := wrap("", 4, 16) |
| 1512 | assert.Empty(t, emptywrap, "Wrapping empty line should return empty line") |
| 1513 | } |
| 1514 | |
| 1515 | func TestWrappedHelp(t *testing.T) { |
| 1516 | // Reset HelpPrinter after this test. |