From 673b5ff80f4247ba120e2b2b08dd7ab99bcc40a4 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Mon, 23 Oct 2023 08:11:32 -0700 Subject: [PATCH] add back line break Co-authored-by: Hadley Wickham --- tests/testthat/test-po_compile.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-po_compile.R b/tests/testthat/test-po_compile.R index cca6ccd..559dc15 100644 --- a/tests/testthat/test-po_compile.R +++ b/tests/testthat/test-po_compile.R @@ -15,8 +15,8 @@ test_that("get_po_metadata() returns 0 rows if no .po fles", { expect_equal(nrow(meta), 0) }) -test_that("po_compile() can handle UTF-8 msgstr", { temp <- - local_test_package( +test_that("po_compile() can handle UTF-8 msgstr", { + temp <- local_test_package( `R/foo.R` = "foo <- function() message('Hello!')" )