Browse Source

changed test to work with multiple libraries

master
boB Rudis 8 years ago
parent
commit
3dd9649b6e
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  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