tests/testthat/token_adding_removing/mixed_token-out.R

# = replaced with <-
a <- 3
data_frame(a = 3)

# semicolon
a
b
c
d


# quotes
"text with 'quotes'"
'text with "quotes"'



# adding brackets in pipes
a %>%
  b() %>%
  c()

# adding brackets in pipes combined with line breaks
a %>%
  b() %>%
  c()
krlmlr/styler documentation built on April 8, 2024, 7:53 p.m.