mirror of
https://github.com/simon987/libscan.git
synced 2025-04-05 12:23:00 +00:00
Add test case for blank PDF
This commit is contained in:
parent
baf39a8b1a
commit
7aa89b59d9
@ -211,6 +211,16 @@ TEST(Ebook, Pdf2) {
|
|||||||
cleanup(&doc, &f);
|
cleanup(&doc, &f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TEST(Ebook, PdfBlank) {
|
||||||
|
vfile_t f;
|
||||||
|
document_t doc;
|
||||||
|
load_doc_file("libscan-test-files/test_files/ebook/blank.pdf", &f, &doc);
|
||||||
|
|
||||||
|
parse_ebook(&ebook_500_ctx, &f, "application/pdf", &doc);
|
||||||
|
|
||||||
|
cleanup(&doc, &f);
|
||||||
|
}
|
||||||
|
|
||||||
TEST(Ebook, Epub1) {
|
TEST(Ebook, Epub1) {
|
||||||
vfile_t f;
|
vfile_t f;
|
||||||
document_t doc;
|
document_t doc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user