Skip to content

Commit 475599a

Browse files
add a regression test of already-fixed issue (#7173)
1 parent 2675539 commit 475599a

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
@@ -21520,3 +21520,6 @@ if (test_bit64) {
2152021520
# support rotate idiom
2152121521
M1 = M2 = matrix(1:4, nrow=2)
2152221522
test(2332.81, {M1[]=frev(M1); M1}, {M2[]=rev(M2); M2})
21523+
21524+
# regression test of edge case report #4964
21525+
test(2333, as.expression(data.table(a = 1))[["a"]], 1)

0 commit comments

Comments
 (0)