but shouldn't? ``` r capture.output(glue::as_glue(character())) #> [1] "" capture.output(writeLines(character())) #> character(0) ``` <sup>Created on 2021-03-07 by the [reprex package](https://reprex.tidyverse.org) (v1.0.0)</sup>