StrictDoc Documentation
tests/integration/features/diff/--generate-diff/02_grammar_with_alias/test.itest
Source file coverage
Path:
tests/integration/features/diff/--generate-diff/02_grammar_with_alias/test.itest
Lines:
15
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: git init
6
RUN: git config user.name "Your Name"
7
RUN: git config user.email "you@example.com"
8
RUN: git config user.email "you@example.com"
9
RUN: cp %S/lhs/* %T/
10
RUN: git add .
11
RUN: git commit -m "Test commit #1"
12
RUN: cp %S/rhs/* %T/
13
RUN: git add .
14
RUN: git commit -m "Test commit #2"
15
RUN: %strictdoc export %T --generate-diff-git "HEAD^..HEAD" --output-dir %T/output