diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-28 12:11:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-28 12:11:31 +0000 |
commit | 2ebd699ede8f213f6e8f21ba7d1d9904197b2984 (patch) | |
tree | ea8a020f8bc1ffce42e95f76629c72c59e94a7be /glfm_specification | |
parent | 25788905108838d95a62d7e3ad3ca16e6f6d0fda (diff) | |
download | gitlab-ce-2ebd699ede8f213f6e8f21ba7d1d9904197b2984.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'glfm_specification')
-rw-r--r-- | glfm_specification/output_example_snapshots/html.yml | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/glfm_specification/output_example_snapshots/html.yml b/glfm_specification/output_example_snapshots/html.yml index ef2ba39f925..69cff67d27d 100644 --- a/glfm_specification/output_example_snapshots/html.yml +++ b/glfm_specification/output_example_snapshots/html.yml @@ -1978,19 +1978,8 @@ } ]]> <p>okay</p> - static: |- - <![CDATA[ - function matchwo(a,b) - { - if (a < b && a < 0) then { - return 1; - - } else { + static: |2- - return 0; - } - } - ]]> <p data-sourcepos="13:1-13:4" dir="auto">okay</p> wysiwyg: |- <p>okay</p> @@ -7424,14 +7413,14 @@ canonical: | <p>foo <!ELEMENT br EMPTY></p> static: |- - <p data-sourcepos="1:1-1:23" dir="auto">foo <!ELEMENT br EMPTY></p> + <p data-sourcepos="1:1-1:23" dir="auto">foo </p> wysiwyg: |- <p>foo </p> 06_11_00__inlines__raw_html__018: canonical: | <p>foo <![CDATA[>&<]]></p> static: |- - <p data-sourcepos="1:1-1:19" dir="auto">foo <![CDATA[>&<]]></p> + <p data-sourcepos="1:1-1:19" dir="auto">foo &<]]></p> wysiwyg: |- <p>foo &<]]></p> 06_11_00__inlines__raw_html__019: |