There was an error while loading. Please reload this page.
1 parent 439a787 commit 010c0ffCopy full SHA for 010c0ff
1 file changed
tests/testthat/test_encodings.R
@@ -41,7 +41,7 @@ test_that("UTF8 always works", {
41
expect_equal(hunspell_parse(str4)[[1]][2], str2)
42
expect_equal(hunspell_parse(str4)[[1]][7], str3)
43
44
- str5 <- "Zürich"
+ str5 <- utf8("Zürich")
45
expect_equal(hunspell_parse(enc2native(paste(str5, "test")))[[1]][1], str5)
46
expect_equal(hunspell_parse(enc2utf8(paste(str5, "test")))[[1]][1], str5)
47
0 commit comments