summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/diff/inline_diff_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Render inline diffs for multiple changed lines following eachotherDouwe Maan2016-07-111-10/+18
|
* Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-291-2/+15
|
* Add testsDouwe Maan2016-01-151-0/+27
|
* Move spec to proper place and fix unused variablerefactor-complex-methodsDmitriy Zaporozhets2015-11-131-39/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix bug where backslashes in inline diffs could be droppedStan Hu2015-08-111-0/+39
Closes #2253