mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-08 13:50:53 +02:00
Add type 7 HTML block tests
This commit is contained in:
@@ -335,3 +335,27 @@ bar
|
||||
<body> foo
|
||||
<p>bar</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
|
||||
|
||||
foo
|
||||
|
||||
---
|
||||
|
||||
<img>
|
||||
</script>
|
||||
bar
|
||||
|
||||
foo
|
||||
|
||||
<img>
|
||||
-->
|
||||
bar
|
||||
|
||||
foo
|
||||
|
||||
<img>
|
||||
?>
|
||||
bar
|
||||
|
||||
foo
|
||||
|
||||
<img>
|
||||
>
|
||||
bar
|
||||
|
||||
foo
|
||||
|
||||
<img>
|
||||
]]>
|
||||
bar
|
||||
|
||||
foo
|
||||
|
||||
<img>
|
||||
|
||||
bar
|
||||
|
||||
foo
|
Reference in New Issue
Block a user