Skip to content

Commit e168526

Browse files
committed
Test cases for lines with only spaces.
1 parent 0bdca58 commit e168526

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# totally empty line ""
2+
3+
# line with one space " "
4+
5+
# line with one tab "\t"
6+
7+
# line with one space and tab " \t"
8+
9+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
testEmptyLine.csv CommentStart=# IgnoreEmpty=true IgnoreSpaces=true
2+
Delimiter=<,> QuoteChar=<"> CommentStart=<#> EmptyLines:ignored SurroundingSpaces:ignored SkipHeaderRecord:false
3+
0:[]
4+
0:[]
5+
0:[]
6+
0:[]

0 commit comments

Comments
 (0)