mirror of
https://github.com/apache/commons-csv.git
synced 2025-03-03 07:19:07 +00:00
Revert previous commit.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1603206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b00469b22
commit
fcaa26799a
@ -398,7 +398,7 @@ public class CSVFormatTest {
|
||||
}
|
||||
|
||||
@Test(expected = IllegalArgumentException.class)
|
||||
public void testWithQuoteLfThrowsException() {
|
||||
public void testWithQuoteLFThrowsException() {
|
||||
CSVFormat.DEFAULT.withQuoteChar(LF).validate();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user