Blame view interprets \n as actual newline
Created by: JonathonReinhart
Gitlab version: 7.2.1
A typical newline escape sequence "\n" will be shown in Blame view as an actual newline:
Normal view:
Blame view:
As you can see in the normal view, the return 0
is actually on line 6 in the file. The blame view, however, has interpreted the \n
sequence of characters as a newline in the file, showing the return 0
on line 7.