Skip to content

Commit 32e0363

Browse files
committed
Adding test cases for show methods.
1 parent 3ae2bff commit 32e0363

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ include("debugIO.jl")
1313
filename="files/1.pdf"
1414
println(filename)
1515
doc = pdDocOpen(filename)
16+
cosDoc = pdDocGetCosDoc(doc)
17+
println(cosDocGetRoot(cosDoc))
1618
@assert pdDocGetPageCount(doc) == 2
1719
page = pdDocGetPage(doc, 1)
1820
@assert pdPageIsEmpty(page) == false

0 commit comments

Comments
 (0)