1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Add integration test for ignoring whitespace in diff

This commit is contained in:
stk
2023-02-07 13:33:10 +01:00
parent 5bb6198219
commit e57843d947
2 changed files with 34 additions and 0 deletions

View File

@ -68,6 +68,7 @@ var tests = []*components.IntegrationTest{
diff.Diff,
diff.DiffAndApplyPatch,
diff.DiffCommits,
diff.IgnoreWhitespace,
sync.FetchPrune,
sync.RenameBranchAndPull,
filter_by_path.CliArg,