From 9dc93a4519d9d5d7be48ff274127136236a3adb3 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 20 Apr 2021 23:50:22 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-11-stable-ee --- spec/lib/gitlab/asciidoc_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec/lib/gitlab/asciidoc_spec.rb') diff --git a/spec/lib/gitlab/asciidoc_spec.rb b/spec/lib/gitlab/asciidoc_spec.rb index 3eb015a5a22..f3799c58fed 100644 --- a/spec/lib/gitlab/asciidoc_spec.rb +++ b/spec/lib/gitlab/asciidoc_spec.rb @@ -83,7 +83,7 @@ module Gitlab }, 'fenced code with inline script' => { input: '```mypre">', - output: "
\n
\n
\">
\n
\n
" + output: "
\n
\n
\">
\n
\n
" } } @@ -353,7 +353,7 @@ module Gitlab output = <<~HTML
-
console.log('hello world')
+
console.log('hello world')
HTML @@ -380,7 +380,7 @@ module Gitlab
class.cpp
-
#include <stdio.h>
+            
#include <stdio.h>
             
             for (int i = 0; i < 5; i++) {
               std::cout<<"*"<<std::endl;
-- 
cgit v1.2.3