Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposed praise messages #1974

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/praise.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ praise <- function() {
"\U0001f9ff Your tests look perfect \U0001f9ff",
"\U0001f3af Your tests hit the mark \U0001f3af",
"\U0001f41d Your tests are the bee's knees \U0001f41d",
"\U0001f4a3 Your tests are da bomb \U0001f4a3",
"\U0001f525 Your tests are lit \U0001f525"
"\U0001f3b8 Your tests rock \U0001f3b8",
"\U0001f44f Your tests get an ovation \U0001f44f"
)

x <- if (cli::is_utf8_output()) c(plain, utf8) else plain
Expand Down
Loading