context("basic functionality") test_that("tidying works", { th <- tidy_html("

google >

") expect_gte(nchar(th), 249) expect_equivalent(grepl("HTML Tidy for HTML5 for R", th), TRUE) })