We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7531c commit 353f5caCopy full SHA for 353f5ca
inst/tests/tests.Rraw
@@ -20800,7 +20800,8 @@ baz(x)
20800
test(2295.7, is.data.table(x))
20801
20802
# #6588: .checkTypos used to give arbitrary strings to stopf as the first argument
20803
-test(2296, d2[x %no such operator% 1], error = '%no such operator%')
+DT = data.table(a = 1)
20804
+test(2296, DT[x %no such operator% 1], error = '%no such operator%')
20805
20806
# fix coercing integer/double for joins on multiple columns, #6602
20807
x = data.table(a=1L)
0 commit comments