Skip to content

Commit 50f6635

Browse files
more tiny ws changes
1 parent f7ae206 commit 50f6635

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inst/tests/mergelist.Rraw

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ test(1.02, perhaps.data.table(list(a=1:2)))
1919
test(1.03, perhaps.data.table(list(a=1:2, b=1:2)))
2020
test(1.04, perhaps.data.table(list(1:2, 1:2)), FALSE)
2121

22-
test(2.01, fdistinct(list(x=c(1L,1:2), b=1:2), on="x", mult="last"), error="must be data.table")
23-
test(2.02, fdistinct(data.table(x=c(1L,1:2)), on="z", mult="last"), error="must be character column names of")
24-
test(2.03, fdistinct(data.table(x=c(1L,1:2)), on="x", mult="last", cols=character()), error="must be non-zero length, non-NA, integer or character columns of")
25-
test(2.04, fdistinct(data.table(x=c(1L,1:2, y=1:3)), on="x", mult="last", copy=NA), error="must be TRUE or FALSE")
22+
test(2.01, fdistinct(list(x=c(1L, 1:2), b=1:2), on="x", mult="last"), error="must be data.table")
23+
test(2.02, fdistinct(data.table(x=c(1L, 1:2)), on="z", mult="last"), error="must be character column names of")
24+
test(2.03, fdistinct(data.table(x=c(1L, 1:2)), on="x", mult="last", cols=character()), error="must be non-zero length, non-NA, integer or character columns of")
25+
test(2.04, fdistinct(data.table(x=c(1L, 1:2, y=1:3)), on="x", mult="last", copy=NA), error="must be TRUE or FALSE")
2626
local({
2727
addresses = function(x) vapply(x, address, "")
2828

0 commit comments

Comments
 (0)