Skip to content

Commit efa7e2c

Browse files
coverage
1 parent c1c1eb3 commit efa7e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20704,3 +20704,4 @@ DT = data.table(a=rep(1:3, 4), b=rep(1:2, 6))
2070420704
test(2301.1, DT[order(a, method="auto")], error="no support for sorting by method='auto'")
2070520705
test(2301.2, DT[order(a, b, decreasing=c(TRUE, FALSE))], DT[order(-a, b)])
2070620706
test(2301.3, DT[order(a, -b, decreasing=c(TRUE, TRUE))], error="Mixing '-' with vector decreasing")
20707+
test(2301.4, DT[order(a, -b, decreasing=c(TRUE, TRUE, FALSE))], error="decreasing= has length 3")

0 commit comments

Comments
 (0)