Skip to content

Commit

Permalink
add lorem
Browse files Browse the repository at this point in the history
  • Loading branch information
parmsam committed Apr 19, 2024
1 parent 9cfeddb commit 7be572d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-lzstringr.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,9 @@ test_that("Many digits of pi",{

test_that("Lorem ipsum text",{
lorem <- readLines("resources/lorem.txt")
lorem <- paste0(lorem, collapse = "\n")
expect_no_error(compressToBase64(lorem))
# compare_compress_decompress(lorem)
compare_compress_decompress(lorem)
})

# Test case for orbit Shiny for Python app ----
Expand Down

0 comments on commit 7be572d

Please sign in to comment.