Browse Source

changed test to work with multiple libraries

tags/v0.2.0
boB Rudis 8 years ago
parent
commit
7b71c202b9
  1. 4
      tests/testthat/test-htmltidy.R

4
tests/testthat/test-htmltidy.R

@ -1,7 +1,7 @@
context("basic functionality")
test_that("we can do something", {
expect_that(nchar(tidy("<b><p><a href='http://google.com'>google &gt</a></p></b>")),
equals(256))
expect_gte(nchar(tidy("<b><p><a href='http://google.com'>google &gt</a></p></b>")),
256)
})

Loading…
Cancel
Save