StrictDoc Documentation
tests/integration/features/diff/97__all_nodes__ensure_order_when_several_changes/test.itest
Source file coverage
Path:
tests/integration/features/diff/97__all_nodes__ensure_order_when_several_changes/test.itest
Lines:
20
Non-empty lines:
14
Non-empty lines covered with requirements:
14 / 14 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-111, scope=file)
3
#
4
 
5
RUN: cp %S/strictdoc_config.py %T/
6
RUN: cd %T && %strictdoc export . --generate-diff-dirs %S/lhs %S/rhs --output-dir %T
7
 
8
RUN: cat %T/html/changelog.html | filecheck %s --check-prefix=CHECK-CHANGELOG
9
 
10
CHECK-CHANGELOG:<div class="sdoc-table_key_value-key">Nodes modified</div>
11
CHECK-CHANGELOG:<div class="sdoc-table_key_value-value"{{.*}}>4</div>
12
 
13
CHECK-CHANGELOG:<div class="sdoc-table_key_value-key">Documents modified</div>
14
CHECK-CHANGELOG:<div class="sdoc-table_key_value-value"{{.*}}>No documents were modified.</div>
15
 
16
CHECK-CHANGELOG:<div class="sdoc-table_key_value-key">TEXT nodes</div>
17
CHECK-CHANGELOG:<div class="sdoc-table_key_value-value"{{.*}}>No nodes were modified.</div>
18
 
19
CHECK-CHANGELOG:<div class="sdoc-table_key_value-key">REQUIREMENT nodes</div>
20
CHECK-CHANGELOG:<div class="sdoc-table_key_value-value"{{.*}}>4 (1 removed, 1 modified, 2 added)</div>