Give test a better name and remove comment that is now no longer needed
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1466601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c346b143a
commit
fd8433b711
|
@ -142,9 +142,8 @@ public class CSVLexerTest {
|
||||||
assertThat(parser.nextToken(new Token()), matches(EOF, ""));
|
assertThat(parser.nextToken(new Token()), matches(EOF, ""));
|
||||||
}
|
}
|
||||||
|
|
||||||
// multiline including comments (and empty lines)
|
|
||||||
@Test
|
@Test
|
||||||
public void testNextToken2EmptyLines() throws IOException {
|
public void testCommentsAndEmptyLines() throws IOException {
|
||||||
final String code =
|
final String code =
|
||||||
"1,2,3,\n"+ // 1
|
"1,2,3,\n"+ // 1
|
||||||
"\n"+ // 1b
|
"\n"+ // 1b
|
||||||
|
|
Loading…
Reference in New Issue