1 changed files with 2 additions and 2 deletions
@ -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 ></a></p></b>")), |
|||
equals(256)) |
|||
expect_gte(nchar(tidy("<b><p><a href='http://google.com'>google ></a></p></b>")), |
|||
256) |
|||
|
|||
}) |
|||
|
Loading…
Reference in new issue