Skip to content

Commit 9416006

Browse files
include some line-end comments in the multi-line comment test
1 parent f61989a commit 9416006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/tests/tests.Rraw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21712,10 +21712,10 @@ test(2341.05, fread('a
2171221712
# multi line comments
2171321713
test(2341.06, fread('# multi line
2171421714
# comment
21715-
1,2
21715+
1,2 # line-end comment
2171621716
# multi line
2171721717
# comment
21718-
3,4
21718+
3,4 # line-end comment
2171921719
# trailing comment', comment.char='#'), data.table(V1=c(1L,3L), V2=c(2L,4L)))
2172021720

2172121721
test(2341.07, fread('id;value

0 commit comments

Comments
 (0)