test: add extra step to test case
This commit is contained in:
parent
3db6fd157c
commit
9a82b5b3a6
1 changed files with 9 additions and 0 deletions
|
@ -417,6 +417,7 @@ mod test {
|
||||||
"}" 1,
|
"}" 1,
|
||||||
" five" 5,
|
" five" 5,
|
||||||
" four" 5;
|
" four" 5;
|
||||||
|
// several lines deleted
|
||||||
5 no_commit =>
|
5 no_commit =>
|
||||||
" six" 5,
|
" six" 5,
|
||||||
" three" 5,
|
" three" 5,
|
||||||
|
@ -429,6 +430,14 @@ mod test {
|
||||||
"}" 1,
|
"}" 1,
|
||||||
" five" 5,
|
" five" 5,
|
||||||
" four" 5;
|
" four" 5;
|
||||||
|
// committing the deleted changes
|
||||||
|
6 =>
|
||||||
|
" six" 5,
|
||||||
|
" three" 5,
|
||||||
|
" four" 5,
|
||||||
|
"}" 1,
|
||||||
|
" five" 5,
|
||||||
|
" four" 5;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue