##// END OF EJS Templates
diffs: fixed problem with rendering no newline at the end of file markers....
diffs: fixed problem with rendering no newline at the end of file markers. - fixes #5402

File last commit:

r1:854a839a default
r2252:dc922ddb stable
Show More
hg_diff_four_file_change_newline.diff
24 lines | 419 B | text/x-diff | DiffLexer
/ rhodecode / tests / fixtures / hg_diff_four_file_change_newline.diff
diff --git a/file b/file
new file mode 100644
--- /dev/null
+++ b/file
@@ -0,0 +1,1 @@
+file
diff --git a/file2 b/file2
new file mode 100644
--- /dev/null
+++ b/file2
@@ -0,0 +1,1 @@
+another line
diff --git a/file3 b/file3
new file mode 100644
--- /dev/null
+++ b/file3
@@ -0,0 +1,1 @@
+newline
diff --git a/file4 b/file4
new file mode 100644
--- /dev/null
+++ b/file4
@@ -0,0 +1,1 @@
+fil4
\ No newline at end of file