7 changed files with 31 additions and 9 deletions
@ -0,0 +1,7 @@ |
|||
# htmltidy 0.1.0.9000 |
|||
|
|||
* Added a `NEWS.md` file to track changes to the package. |
|||
* Added Debian & Ubuntu compatibility |
|||
* Added basic error checking |
|||
* Added basic test harness |
|||
|
@ -1,3 +1 @@ |
|||
#PKG_CXXFLAGS=-I/usr/local/include -I/usr/include -I/opt/include -I/usr/include/tidy -I/usr/local/include/tidy |
|||
#PKG_CPPFLAGS=-I/usr/local/include -I/usr/include -I/opt/include -I/usr/include/tidy -I/usr/local/include/tidy |
|||
PKG_LIBS=-ltidy |
|||
|
@ -1,6 +1,7 @@ |
|||
context("basic functionality") |
|||
test_that("we can do something", { |
|||
|
|||
#expect_that(some_function(), is_a("data.frame")) |
|||
expect_that(nchar(tidy("<b><p><a href='http://google.com'>google ></a></p></b>")), |
|||
equals(256)) |
|||
|
|||
}) |
|||
|
Loading…
Reference in new issue