1test_that("sourced with correct encoding", {
2  expect_equal("ä", "\u00e4")
3})
4