mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-05-22 10:15:43 +02:00
Add integration test demonstrating whitespace loss in preserved commit messages
Typing a description with leading blank lines, canceling the commit panel, and reopening it currently drops leading blank lines.
This commit is contained in:
@@ -142,6 +142,7 @@ var tests = []*components.IntegrationTest{
|
||||
commit.PasteCommitMessage,
|
||||
commit.PasteCommitMessageOverExisting,
|
||||
commit.PreserveCommitMessage,
|
||||
commit.PreserveCommitMessageWhitespace,
|
||||
commit.ResetAuthor,
|
||||
commit.ResetAuthorRange,
|
||||
commit.Revert,
|
||||
|
||||
Reference in New Issue
Block a user