1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-19 21:28:28 +02:00

add another integration test

This commit is contained in:
Jesse Duffield 2020-10-05 09:08:43 +11:00
parent 485f6d5386
commit c36349f460
4 changed files with 56 additions and 0 deletions

View File

@ -50,6 +50,10 @@ func tests() []integrationTest {
name: "patchBuilding",
fixture: "updatedFile",
},
{
name: "patchBuilding2",
fixture: "updatedFile",
},
}
}

View File

@ -1 +1,12 @@
disableStartupPopups: true
gui:
theme:
activeBorderColor:
- green
- bold
inactiveBorderColor:
- cyan
selectedLineBgColor:
- reverse
SelectedRangeBgcolor:
- reverse

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,40 @@
On branch master
nothing to commit, working tree clean
test1
firstline2
secondline
thirdline
asd
diff --git a/myfile2 b/myfile2
index f3c8a07..9396d8d 100644
--- a/myfile2
+++ b/myfile2
@@ -1,3 +1,3 @@
-firstline
+firstline2
secondline
thirdline
myfile2
diff --git a/myfile2 b/myfile2
new file mode 100644
index 0000000..f3c8a07
--- /dev/null
+++ b/myfile2
@@ -0,0 +1,3 @@
+firstline
+secondline
+thirdline
myfile1
diff --git a/myfile1 b/myfile1
new file mode 100644
index 0000000..a5bce3f
--- /dev/null
+++ b/myfile1
@@ -0,0 +1 @@
+test1