tests/testthat/core/braces-in.R

x <- (
  1 + 3
)

x <- (
  1 +
    3
)


(
  1 + 3
  )

{
  1}

{
  1; 4
  x <-4
}
lorenzwalthert/semicoloner documentation built on Dec. 21, 2021, 11:48 a.m.