parent
c203896177
commit
f62fd132d0
|
@ -585,6 +585,11 @@ public class CSVFormatTest {
|
|||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testJiraCsv236() {
|
||||
CSVFormat.DEFAULT.withAllowDuplicateHeaderNames().withHeader("CC","VV","VV");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testNewFormat() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue