tests/testthat/test-ast.R

test_that("walk_ast can handle missing args", {
  expr <- quote(mtcars[1:5, ])
  expect_identical(
    expr, walk_ast(expr, identity)
  )
})

Try the shinymeta package in your browser

Any scripts or data that you put into this service are public.

shinymeta documentation built on April 12, 2025, 1:17 a.m.