tests/testthat/_snaps/utils.md

enum() can be rendered with a ui function [plain]

Code
  ui_todo("{enum(c(1L, 2L, 3L))}")
Output
  o 1, 2 or 3

enum() can be rendered with a ui function [ansi]

Code
  ui_todo("{enum(c(1L, 2L, 3L))}")
Output
  [31mo[39m 1, 2 or 3

enum() can be rendered with a ui function [unicode]

Code
  ui_todo("{enum(c(1L, 2L, 3L))}")
Output
  ● 1, 2 or 3

enum() can be rendered with a ui function [fancy]

Code
  ui_todo("{enum(c(1L, 2L, 3L))}")
Output
  [31m●[39m 1, 2 or 3


jeanmathieupotvin/dotprofile documentation built on Dec. 20, 2021, 10:08 p.m.