StrictDoc Documentation
tests/integration/features/document_fragments/40_DOCUMENT_FROM_FILE_in_SECTION/test.itest
Source file coverage
Path:
tests/integration/features/document_fragments/40_DOCUMENT_FROM_FILE_in_SECTION/test.itest
Lines:
13
Non-empty lines:
10
Non-empty lines covered with requirements:
10 / 10 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-109, scope=file)
3
#
4
 
5
RUN: %strictdoc export %S --output-dir %T | filecheck %s --dump-input=fail
6
CHECK: Published: Hello world
7
 
8
RUN: %cat %T/html/%THIS_TEST_FOLDER/index.html | filecheck %s --dump-input=fail --check-prefix CHECK-HTML
9
 
10
CHECK-HTML: Hello world
11
CHECK-HTML: Chapter
12
CHECK-HTML: Subchapter
13
CHECK-HTML: The system shall have a requirement.