Path:
tests/integration/features/html/hello_world/02_minimal_document_with_freetext/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-49, scope=file)
3
#
4
5
RUN: %strictdoc export %S --output-dir %T | filecheck %s --dump-input=fail
6
CHECK: Published: Hello world doc
7
8
RUN: %cat %T/html/index.html | filecheck %s --dump-input=fail --check-prefix CHECK-HTML
9
CHECK-HTML: Hello world doc
10
CHECK-HTML: input.sdoc
11
12
RUN: %cat %T/html/%THIS_TEST_FOLDER/input.html | filecheck %s --dump-input=fail --check-prefix CHECK-CONTENT
13
CHECK-CONTENT: Hello world!