StrictDoc Documentation
tests/integration/features/rst/52_link_to_document/test.itest
Source file coverage
Path:
tests/integration/features/rst/52_link_to_document/test.itest
Lines:
10
Non-empty lines:
7
Non-empty lines covered with requirements:
7 / 7 (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 %S --formats=rst --output-dir %T
6
 
7
RUN: %check_exists --file "%T/rst/input1.rst"
8
 
9
RUN: %diff "%T/rst/input1.rst" "%S/expected/input1.rst"
10
RUN: %diff "%T/rst/input2.rst" "%S/expected/input2.rst"