130131132133134135136137138139140
} @Test public void testNoFormatWithCustomSeparator() { ShellTable table = new ShellTable(); table.separator(";"); table.column(new Col("first")); table.column(new Col("second")); table.addRow().addContent("first column", "second column");