Skip to content

Commit

Permalink
fixes 221
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Nov 10, 2023
1 parent 8d8f4a7 commit 5e0a6a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-txt_wrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ test_that("toString wrapping avoid trimming whitespaces", {
})

test_that("toString and wrapping cooperates well with separator divisors", {
# Fixes #221
testdf <- iris[seq_len(5), seq_len(2)]
rownames(testdf) <- paste("State ", LETTERS[seq_len(nrow(testdf))])
bmf <- basic_matrix_form(testdf)
Expand Down

0 comments on commit 5e0a6a9

Please sign in to comment.