mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-09 03:25:24 +00:00
File end in an EOL.
This commit is contained in:
parent
ac280e705d
commit
d608f55f0d
@ -46,4 +46,4 @@ public class JiraCsv198Test {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -125,4 +125,4 @@ public class JiraCsv203Test {
|
||||
}
|
||||
assertEquals("\"\",\"Hello\",\"\",\"World\"\r\n", buffer.toString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -66,4 +66,4 @@ public class JiraCsv206Test {
|
||||
final String s = out.toString();
|
||||
assertEquals(outString, s);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,4 +79,4 @@ public class JiraCsv247Test {
|
||||
}
|
||||
}, "2+ missing column headers is not allowed!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -50,4 +50,4 @@ public class JiraCsv249Test {
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -74,4 +74,4 @@ public class JiraCsv263Test {
|
||||
assertEquals("\"a,\"\"b \"\"and\"\" c\"\",d\"", out.toString());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -147,4 +147,4 @@ public class JiraCsv93Test {
|
||||
new String[]{"abc", "NULL", null, "a,b,c", "123"});
|
||||
// @formatter:on
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user