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

Add regression test for resolving conflicts in a file without a trailing LF

The test shows that the last line of the file is lost.
This commit is contained in:
Stefan Haller
2024-10-09 15:30:22 +02:00
parent 72cf3efb1d
commit b71aa5e23b
2 changed files with 61 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ var tests = []*components.IntegrationTest{
conflicts.ResolveExternally,
conflicts.ResolveMultipleFiles,
conflicts.ResolveNoAutoStage,
conflicts.ResolveWithoutTrailingLf,
conflicts.UndoChooseHunk,
custom_commands.AccessCommitProperties,
custom_commands.BasicCommand,