Skip to content

Commit f56c4b5

Browse files
typos
1 parent 7915132 commit f56c4b5

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
@@ -5972,7 +5972,7 @@ for (run in seq_len(times)) {
59725972
# cat("test =", test_no, ", run = ", run, ", type = ", type, ", mult = ", mult, "\n", sep="")
59735973
idx = paste(type, mult, run, sep="_")
59745974
# ans[[idx]] contains fo(gr(i), gr(x), type=type, select=mult)
5975-
test(1372.0 + test_no*0.01, thisans, ans[[idx]], context=sprintf("run=%d, type=%s, mult=%s", run, type, mult"))
5975+
test(1372.0 + test_no*0.01, thisans, ans[[idx]], context=sprintf("run=%d, type=%s, mult=%s", run, type, mult))
59765976
this = this+1L
59775977
}
59785978
}
@@ -18025,7 +18025,7 @@ for (col in names(DT)[-1]) {
1802518025
test(2224.1+i/10000, # 192 tests here when test_bit64=TRUE; 168 when FALSE
1802618026
EVAL(sprintf("DT[, shift(%s, %d, type='%s'), by=x]$V1", col, n, type)),
1802718027
ans[[i]],
18028-
context=sprintf("col=%s, n=%s", type=%s", col, paste(n, collapse=","), type))
18028+
context=sprintf("col=%s, n=%s, type=%s", col, paste(n, collapse=","), type))
1802918029
i = i+1L
1803018030
}
1803118031
}

0 commit comments

Comments
 (0)