Skip to content

Commit c4eea22

Browse files
tests
1 parent 657cf17 commit c4eea22

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
@@ -21070,7 +21070,7 @@ if (exists("sort_by", "package:base")) {
2107021070
test(2306.24, DT1[, sort_by(.SD, ~.(a, b))], data.table(a=c(1, 2, 3, 3, NA), b=c(4L, 2L, 0L, 3L, 1L)))
2107121071
}
2107221072

21073-
#test for #6806
21073+
#fix for (#6806)
2107421074
DT2 <- data.table(a = 1:3, b = 4:6)
2107521075
setindexv(DT2, c("b", "a"))
21076-
test(1775.2,{ print(DT2); TRUE },options = c(datatable.show.indices = TRUE),output = c("Index: <b__a>", " a b", "1: 1 4", "2: 2 5", "3: 3 6"))
21076+
test(2307,{ print(DT2); TRUE },options = c(datatable.show.indices = TRUE),output = c("Index: <b__a>", " a b", "1: 1 4", "2: 2 5", "3: 3 6"))

0 commit comments

Comments
 (0)