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