StrictDoc Documentation
tests/integration/features/_integration_/markdown_and_html2pdf_bundle_document/test.itest
Source file coverage
Path:
tests/integration/features/_integration_/markdown_and_html2pdf_bundle_document/test.itest
Lines:
19
Non-empty lines:
13
Non-empty lines covered with requirements:
13 / 13 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# Verify that a Markdown-based document can printed as bundle document to PDF.
3
#
4
# @relation(SDOC-SRS-51, scope=file)
5
#
6
 
7
REQUIRES: TEST_HTML2PDF
8
 
9
RUN: %strictdoc export %S --formats=html2pdf --generate-bundle-document --output-dir %T | filecheck %s --dump-input=fail
10
CHECK: html2pdf4doc: JS logs from the print session
11
 
12
RUN: %check_exists --file %T/html2pdf/html/bundle-PDF.html
13
RUN: %check_exists --file %T/html2pdf/html/%THIS_TEST_FOLDER/input-PDF.html
14
 
15
RUN: %cat %T/html2pdf/html/bundle-PDF.html | filecheck %s --check-prefix CHECK-DOC-HTML
16
 
17
CHECK-DOC-HTML: Untitled Project
18
 
19
RUN: python %S/test_pdf.py