diff options
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: |