Skip to content

Commit 5ad563d

Browse files
add a regression test of already-fixed issue
1 parent 67670e9 commit 5ad563d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inst/tests/tests.Rraw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21489,3 +21489,6 @@ if (test_bit64) {
2148921489
# support rotate idiom
2149021490
M1 = M2 = matrix(1:4, nrow=2)
2149121491
test(2332.81, {M1[]=frev(M1); M1}, {M2[]=rev(M2); M2})
21492+
21493+
# regression test of edge case report #4964
21494+
test(2333, as.expression(data.table(a = 1))[["a"]], 1)

0 commit comments

Comments
 (0)