tests/testthat/test-multiple_expressions.R

library("testthat")


test_that("simple multiple expressions are styled correctly", {
  expect_warning(test_collection("multiple_expressions",
    "two_simple",
    transformer = style_text
  ), NA)
})

test_that("complex multiple expressions are styled correctly", {
  expect_warning(test_collection("multiple_expressions",
    "three_complex",
    transformer = style_text
  ), NA)
})
r-lib/styler documentation built on April 30, 2024, 9 p.m.