mirror of
https://github.com/bluekeyes/go-gitdiff
synced 2026-06-08 13:18:30 +00:00
823d31db22
This worked, but completes the test coverage in combination with the test that adds a final newline and one that leaves the missing newline in place.
11 lines
361 B
Diff
11 lines
361 B
Diff
diff --git a/gitdiff/testdata/apply/text_fragment_remove_last_eol.src b/gitdiff/testdata/apply/text_fragment_remove_last_eol.src
|
|
index a92d664..8cf2f17 100644
|
|
--- a/gitdiff/testdata/apply/text_fragment_remove_last_eol.src
|
|
+++ b/gitdiff/testdata/apply/text_fragment_remove_last_eol.src
|
|
@@ -1,3 +1,3 @@
|
|
line 1
|
|
line 2
|
|
-line 3
|
|
+line 3
|
|
\ No newline at end of file
|