tests/testthat/test-unary.R

test_that("no spaces before unary operator", {
  expect_warning(test_collection("unary_spacing",
    "unary_simple",
    transformer = style_text
  ), NA)

  expect_warning(test_collection("unary_spacing",
    "unary_complex",
    transformer = style_text
  ), NA)

  expect_warning(test_collection("unary_spacing",
    "unary_indention",
    transformer = style_text
  ), NA)
})

Try the styler package in your browser

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

styler documentation built on Aug. 29, 2023, 5:10 p.m.