StrictDoc Documentation
tests/integration/features/commands/manage/auto-uid/composable_documents/_validations/01_validate_link_to_non_existing_document/test.itest
Source file coverage
Path:
tests/integration/features/commands/manage/auto-uid/composable_documents/_validations/01_validate_link_to_non_existing_document/test.itest
Lines:
6
Non-empty lines:
5
Non-empty lines covered with requirements:
5 / 5 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-85, scope=file)
3
#
4
 
5
RUN: %expect_exit 1 %strictdoc manage auto-uid %S/input.sdoc | filecheck %s --dump-input=fail
6
CHECK: error: A document includes contains a link to another document which is not resolved in the current documentation tree: 'nested.sdoc'. This can happen if a single document path is provided as input to a StrictDoc command. Try providing a path to a folder where all documents are stored.