test: add extra step to test case

This commit is contained in:
Nik Revenco 2025-03-20 02:04:40 +00:00
parent 3db6fd157c
commit 9a82b5b3a6

View file

@ -417,6 +417,7 @@ mod test {
"}" 1,
" five" 5,
" four" 5;
// several lines deleted
5 no_commit =>
" six" 5,
" three" 5,
@ -429,6 +430,14 @@ mod test {
"}" 1,
" five" 5,
" four" 5;
// committing the deleted changes
6 =>
" six" 5,
" three" 5,
" four" 5,
"}" 1,
" five" 5,
" four" 5;
};
}