mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Add type 7 HTML block tests
This commit is contained in:
parent
614c76be6f
commit
f4fb5bd943
@ -335,3 +335,27 @@ bar
|
|||||||
<body> foo
|
<body> foo
|
||||||
<p>bar</p>
|
<p>bar</p>
|
||||||
<p>foo</p>
|
<p>foo</p>
|
||||||
|
<hr />
|
||||||
|
<img>
|
||||||
|
</script>
|
||||||
|
bar
|
||||||
|
<p>foo</p>
|
||||||
|
<img>
|
||||||
|
-->
|
||||||
|
bar
|
||||||
|
<p>foo</p>
|
||||||
|
<img>
|
||||||
|
?>
|
||||||
|
bar
|
||||||
|
<p>foo</p>
|
||||||
|
<img>
|
||||||
|
>
|
||||||
|
bar
|
||||||
|
<p>foo</p>
|
||||||
|
<img>
|
||||||
|
]]>
|
||||||
|
bar
|
||||||
|
<p>foo</p>
|
||||||
|
<img>
|
||||||
|
<p>bar</p>
|
||||||
|
<p>foo</p>
|
@ -481,3 +481,41 @@ foo
|
|||||||
bar
|
bar
|
||||||
|
|
||||||
foo
|
foo
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<img>
|
||||||
|
</script>
|
||||||
|
bar
|
||||||
|
|
||||||
|
foo
|
||||||
|
|
||||||
|
<img>
|
||||||
|
-->
|
||||||
|
bar
|
||||||
|
|
||||||
|
foo
|
||||||
|
|
||||||
|
<img>
|
||||||
|
?>
|
||||||
|
bar
|
||||||
|
|
||||||
|
foo
|
||||||
|
|
||||||
|
<img>
|
||||||
|
>
|
||||||
|
bar
|
||||||
|
|
||||||
|
foo
|
||||||
|
|
||||||
|
<img>
|
||||||
|
]]>
|
||||||
|
bar
|
||||||
|
|
||||||
|
foo
|
||||||
|
|
||||||
|
<img>
|
||||||
|
|
||||||
|
bar
|
||||||
|
|
||||||
|
foo
|
Loading…
Reference in New Issue
Block a user