Skip to content

Commit

Permalink
newline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Nov 27, 2023
1 parent 19b17fe commit 1ecc309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-printing.R
Original file line number Diff line number Diff line change
Expand Up @@ -755,4 +755,4 @@ test_that("horizontal separator is propagated from table to print and export", {
tostring_tbl <- strsplit(toString(tbl), "\n")[[1]]
export_txt_tbl <- strsplit(export_as_txt(tbl), "\n")[[1]]
expect_identical(tostring_tbl, export_txt_tbl)
})
})

0 comments on commit 1ecc309

Please sign in to comment.