Skip to content

Commit

Permalink
add back line break
Browse files Browse the repository at this point in the history
Co-authored-by: Hadley Wickham <h.wickham@gmail.com>
  • Loading branch information
MichaelChirico and hadley authored Oct 23, 2023
1 parent 6959900 commit 673b5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-po_compile.R
Original file line number Diff line number Diff line change
Expand Up @@ -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!')"
)

Expand Down

0 comments on commit 673b5ff

Please sign in to comment.