gitlab-org--gitlab-foss/spec/javascripts/notes/stores
Douwe Maan 03df54b226
Trim first char of diff line text on diff discussions
Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and
diff discussion `truncated_diff_lines` were inconsistent: `text` and
`rich_text` on the latter included the leading +/-/<space> character,
like on the backend, while the former had no `text` and its `rich_text`
had dropped this char.

This resulted in a bug when the suggestions feature expected these diff
line objects to be identical in format and thus interchangeable, which
was not the case.
2019-01-22 17:00:16 +01:00
..
actions_spec.js Resolve "Navigating unresolved discussions on Merge Request page" 2018-12-08 07:19:03 +00:00
collapse_utils_spec.js Prettify all spec files 2018-10-17 11:18:17 -05:00
getters_spec.js Improve discussion rendering performance 2018-11-27 11:40:39 +00:00
mutation_spec.js Trim first char of diff line text on diff discussions 2019-01-22 17:00:16 +01:00