Skip to content

Commit

Permalink
skipping ascii tests
Browse files Browse the repository at this point in the history
see #40
  • Loading branch information
wibeasley committed Nov 6, 2017
1 parent ac46bcc commit eae4b5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-deterge-ascii.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ library(testthat)
context("Deterge ASCII")

test_that("SEM founders --normal", {
skip("I need to find a way that works consistently across different OSes.")

x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher")
expected <- c("Ekstrom", "Joreskog", "bisschen Zurcher")
observed <- deterge_to_ascii(x)
Expand All @@ -13,6 +15,8 @@ test_that("SEM founders --normal", {
})

test_that("Russian --normal", {
skip("I need to find a way that works consistently across different OSes.")

# x <- "от сотрудницы"
x <- c(
"от сотрудницы",
Expand Down

0 comments on commit eae4b5a

Please sign in to comment.