@@ -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