diff2html/test
Rodrigo Fernandes ed8d33930d
Fix git diff with renames and hunk headers
When we have the file names we consider that the file is already past
the hunk header (@@) and since the renames were setting the names
before the diff was confused.
To fix this I kind of hacked a solution that only uses the rename
file paths if there is no hunk header comming.
We need to find a better way to decide when to start new hunk, finish
files etc
2016-09-02 17:45:35 +01:00
..
diff-parser-tests.js Fix git diff with renames and hunk headers 2016-09-02 17:45:35 +01:00
diff2html-tests.js Update tests for new design improvements 2016-05-21 02:09:16 +01:00
file-list-printer-tests.js Update tests for new design improvements 2016-05-21 02:09:16 +01:00
hogan-cache-tests.js Update tests for new design improvements 2016-05-21 02:09:16 +01:00
line-by-line-tests.js Update tests for new design improvements 2016-05-21 02:09:16 +01:00
printer-utils-tests.js Improve rename paths 2016-05-20 23:17:03 +01:00
side-by-side-printer-tests.js Update tests for new design improvements 2016-05-21 02:09:16 +01:00
utils-tests.js Adds test for whitespaces and indentation and adds template for the wrapper 2016-02-21 11:05:53 +00:00