diff options
| author | Douwe Maan <douwe@gitlab.com> | 2018-03-28 08:17:43 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2018-03-28 08:17:43 +0000 |
| commit | 63923301be7dbf30aa77f32c32cdb00b58f02673 (patch) | |
| tree | f2796029497324e9d34289f9ce9e770b31a2c151 /spec | |
| parent | 51d92fb568f9064f35c668e7f6abbbf0f8ad00bd (diff) | |
| parent | a03105f89b20ea5f9872b182727d597febbf3068 (diff) | |
| download | gitlab-ce-63923301be7dbf30aa77f32c32cdb00b58f02673.tar.gz | |
Merge branch '44712-update-asciidoctor-from-1.5.3-to-1.5.6.2' into 'master'
Update asciidoctor to 1.5.6.2 and asciidoctor-plantuml to 0.0.8
Closes #44712
See merge request gitlab-org/gitlab-ce!18022
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/lib/gitlab/asciidoc_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/asciidoc_spec.rb b/spec/lib/gitlab/asciidoc_spec.rb index 2a0e19ae796..e1782cff81a 100644 --- a/spec/lib/gitlab/asciidoc_spec.rb +++ b/spec/lib/gitlab/asciidoc_spec.rb @@ -48,7 +48,7 @@ module Gitlab }, 'images' => { input: 'image:https://localhost.com/image.png[Alt text" onerror="alert(7)]', - output: "<img src=\"https://localhost.com/image.png\" alt=\"Alt text\">" + output: "<div>\n<p><span><img src=\"https://localhost.com/image.png\" alt='Alt text\" onerror=\"alert(7)'></span></p>\n</div>" }, 'pre' => { input: '```mypre"><script>alert(3)</script>', |
