Path:
tests/integration/features/rst/60_field_human_titles/test.itest
Lines:
22
Non-empty lines:
18
Non-empty lines covered with requirements:
18 / 18 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-70, scope=file)
3
#
4
5
RUN: %strictdoc export --formats=rst --output-dir %T "%S/input.sdoc"
6
7
RUN: %check_exists --file "%T/rst/input.rst"
8
9
RUN: %diff "%T/rst/input.rst" "%S/expected/input.rst"
10
11
CHECK-HTML:Identifier
12
CHECK-HTML:ABC-123
13
CHECK-HTML:Requirement status
14
CHECK-HTML:Active
15
CHECK-HTML:Requirement statement
16
CHECK-HTML:System A shall do B.
17
CHECK-HTML:Rationale for requirement
18
CHECK-HTML:System A must have this.
19
CHECK-HTML:Text comment
20
CHECK-HTML:Test comment.
21
CHECK-HTML:Custom multiline field
22
CHECK-HTML:Some content here.