Skip to content

Commit 3e73565

Browse files
committed
add coverage
1 parent cc57d27 commit 3e73565

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

inst/tests/tests.Rraw

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21765,3 +21765,8 @@ a,b
2176521765
test(2341.20, fread('a,b # header comment with padding
2176621766
1,2
2176721767
3,4', comment.char='#'), data.table(a=c(1L,3L), b=c(2L,4L)))
21768+
test(2341.21, fread('# meta1
21769+
# meta2
21770+
a,b
21771+
1,2', comment.char = '#'), data.table(a=1L, b=2L))
21772+
test(2341.22, fread('a,b # inline header comment\r\n1,2\r\n', comment.char = '#'), data.table(a=1L, b=2L))

0 commit comments

Comments
 (0)