tests/testthat/test-detect-alignment.R

test_that("does apply spacing rules only if not aligned", {
  expect_warning(test_collection("alignment",
    transformer = style_text
  ), NA)

  text <- "tribble(\n  ~x, ~y,\n  11, list(a = 1),\n  2, list(bjj = 2)\n)"
  expect_warning(style_text(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.