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)
})
krlmlr/styler documentation built on April 24, 2024, 4:14 p.m.