tests/testthat/line_breaks_fun_call/token_dependent_comments-out.R

call(call( # comment
  3, 4
))

call(call(
  1, # comment
  3
))
r-lib/styler documentation built on April 10, 2024, 4 a.m.