tests/testthat/parse_comments/mixed-in.R

# A file with text
a <- function(x, y, z) {
if (1>10) {
# this is a comment
}
#' another comment
}
r-lib/styler documentation built on April 30, 2024, 9 p.m.