Path:
tests/integration/features/rst/41_link_to_node/test.itest
Lines:
9
Non-empty lines:
6
Non-empty lines covered with requirements:
6 / 6 (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"