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 a7955cf commit ba5a616Copy full SHA for ba5a616
tests/testthat/test-pipe.R
@@ -23,6 +23,6 @@ test_that("print in pipe, on-the-fly factor", {
23
})
24
expect_identical(
25
out[4],
26
- "cut(wt, c(0, 2.5, 3, 5)) [(0,2.5]] | 0.00 | | | | "
+ "cut(wt, c(0, 2.5, 3, 5)) [>0-2.5] | 0.00 | | | | "
27
)
28
0 commit comments