packrat/lib/x86_64-w64-mingw32/3.4.3/stringr/tests/testthat/test-wrap.r

context("Word-wrapping strings")

test_that("wrapping removes spaces", {
  expect_equal(str_wrap(""), "")
  expect_equal(str_wrap(" "), "")
  expect_equal(str_wrap("  a  "), "a")
})
UBC-MDS/Karl documentation built on May 22, 2019, 1:53 p.m.