Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
11 lines (7 sloc) 248 Bytes
testthat::context('packages')
testthat::describe('parse packages',{
tex <- readLines(system.file('tmpl.tex',package = 'texPreview'))
it('lines', {
testthat::expect_equal(length(tex_requirements(lines = tex,file = NULL)),11)
})
})
You can’t perform that action at this time.