Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-14 12:11:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-14 12:11:06 +0300
commit8f55aaede8e1ba5ca9ffae53313fa860ad05bffa (patch)
tree2dd7e25c48497eee443bda01f2ec2f45869ca891 /spec/frontend/content_editor
parentcbe10896a535341739629eb4c682d69cebd0d009 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/content_editor')
-rw-r--r--spec/frontend/content_editor/services/markdown_serializer_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/content_editor/services/markdown_serializer_spec.js b/spec/frontend/content_editor/services/markdown_serializer_spec.js
index 7be8114902a..3eb00f69345 100644
--- a/spec/frontend/content_editor/services/markdown_serializer_spec.js
+++ b/spec/frontend/content_editor/services/markdown_serializer_spec.js
@@ -175,7 +175,7 @@ describe('markdownSerializer', () => {
inlineDiff({ type: 'deletion' }, '-10 lines'),
),
),
- ).toBe('{+\\+30 lines+}{-\\-10 lines-}');
+ ).toBe('{++30 lines+}{--10 lines-}');
});
it('correctly serializes highlight', () => {