Skip to content

Commit bc95d4e

Browse files
Add as TODO
1 parent d5e76c6 commit bc95d4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/tests/mergelist.Rraw

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ local({
6868
test(13.03, ii, lapply(l, indices)) ## this tests that original indices have not been touched, shallow_duplicate in mergeIndexAttrib
6969
})
7070
test(13.04, cbindlist(list(data.table(a=1:2), data.table(b=3:4, key="b"))), data.table(a=1:2, b=3:4, key="b"))
71+
# TODO(#7116): this could be supported
7172
# test(13.05, cbindlist(list(data.table(a=1:2, key="a"), data.table(b=3:4, key="b"))), data.table(a=1:2, b=3:4, key=c("a", "b")))

0 commit comments

Comments
 (0)