1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +03:00

Add a simple integration test for non-sticky range diff

This commit is contained in:
Stefan Haller
2024-08-28 19:47:45 +02:00
parent 717cb40f05
commit 32fef9aadb
2 changed files with 46 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ var tests = []*components.IntegrationTest{
diff.Diff,
diff.DiffAndApplyPatch,
diff.DiffCommits,
diff.DiffNonStickyRange,
diff.IgnoreWhitespace,
diff.RenameSimilarityThresholdChange,
file.CopyMenu,