Skip to content

Commit

Permalink
reinstall tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 24, 2018
1 parent dbb56e4 commit b16963b
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 2 deletions.
8 changes: 8 additions & 0 deletions tests/testthat/out-native/letters-inf.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tests/testthat/out-native/multi-extra-10.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/testthat/out-native/multi-extra-20.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/testthat/out-native/multi-extra-30.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/testthat/out-native/multi-extra-35.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
17 changes: 17 additions & 0 deletions tests/testthat/out-native/utf8.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test-format_character.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ withr::with_options(list(pillar.bold = TRUE), {
expect_pillar_output("\u6210\u4ea4", title = "\u6210\u4ea4\u65e5", filename = "deal2.txt")
expect_pillar_output(1L, title = "\u6210\u4ea4\u65e5", filename = "deal3.txt")
expect_pillar_output(c("", " ", " a", "a ", "a b"), width = 5, filename = "spaces.txt")
skip_on_os("windows")

expect_pillar_output(xf = colonnade(chartype_frame()), width = 50, filename = "utf8.txt")
})
}) # withr::with_options(list(pillar.bold = TRUE), {
1 change: 0 additions & 1 deletion tests/testthat/test-format_multi.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ withr::with_options(list(pillar.bold = TRUE), {
expect_pillar_output(xf = colonnade(x, width = 39), filename = "multi-39.txt")
expect_pillar_output(xf = colonnade(x, width = Inf), filename = "multi-inf.txt")

skip_on_os("windows")
expect_pillar_output(
xf = colonnade(
rep(list(paste(letters, collapse = " ")), 4),
Expand Down

0 comments on commit b16963b

Please sign in to comment.