- Notifications
You must be signed in to change notification settings - Fork82
Closed
Milestone
Description
In functions with wrapping, we use the form feed character "\f" to force a newline. I've found that this is handled inconsistently though. If the form feed is at the end of the string, then it is ignored.
# middle: workscli::cli_text("a\fb")#> a#> b# start: workscli::cli_text("\fb")#>#> b# end: failscli::cli_text("a\f")#> a
Created on 2022-06-30 by thereprex package (v2.0.1)