tests/test_files/block_13_Null.R

context("Null")

test_that("Null", {

	block <- Null()
	y <- ""
    ## Test Null
    x <- pandocfilters:::test(list(block))
    expect_that(x, equals(y))

} )

Try the pandocfilters package in your browser

Any scripts or data that you put into this service are public.

pandocfilters documentation built on Aug. 12, 2022, 1:05 a.m.