summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/diff/highlight_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* apparently this gets encoded now?http://jneen.net/2016-07-141-1/+1
* we no longer encode double-quoteshttp://jneen.net/2016-07-141-3/+3
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-3/+3
* Fix specs and add a new oneDouwe Maan2016-01-301-24/+24
* Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-291-19/+55
* Update testsDouwe Maan2016-01-201-1/+1
* Refactor Gitlab::Highlight and fix testsDouwe Maan2016-01-191-44/+19
* More refactoring from last code review. #3945Rubén Dávila2016-01-141-1/+1
* Add inline diff markers in highlighted diffs.Douwe Maan2016-01-141-2/+2
* Add more specs. #3945Rubén Dávila2016-01-121-0/+18
* Update specs. #3945Rubén Dávila2016-01-081-16/+15
* Apply syntax highlighting when expanding diff plus some refactor. #3945Rubén Dávila2015-12-311-13/+29
* Don't modify "match" diff lines. #3945Rubén Dávila2015-12-301-0/+5
* A bit of refactoring. #3945Rubén Dávila2015-12-301-1/+1
* Add specs for Gitlab::Diff::Highlight. #3945Rubén Dávila2015-12-301-0/+28