mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Update expect-to-pass cache
This commit is contained in:
parent
34902bc80c
commit
b9bc0b7d37
3
tests/commonmark/123-HTML_blocks.html
Normal file
3
tests/commonmark/123-HTML_blocks.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<div id="foo"
|
||||||
|
class="bar">
|
||||||
|
</div>
|
3
tests/commonmark/123-HTML_blocks.md
Normal file
3
tests/commonmark/123-HTML_blocks.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<div id="foo"
|
||||||
|
class="bar">
|
||||||
|
</div>
|
@ -1,3 +1,3 @@
|
|||||||
<div>
|
<div id="foo" class="bar
|
||||||
*foo*
|
baz">
|
||||||
<p><em>bar</em></p>
|
</div>
|
@ -1,4 +1,3 @@
|
|||||||
<div>
|
<div id="foo" class="bar
|
||||||
*foo*
|
baz">
|
||||||
|
</div>
|
||||||
*bar*
|
|
2
tests/commonmark/126-HTML_blocks.html
Normal file
2
tests/commonmark/126-HTML_blocks.html
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<div id="foo"
|
||||||
|
*hi*
|
2
tests/commonmark/126-HTML_blocks.md
Normal file
2
tests/commonmark/126-HTML_blocks.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<div id="foo"
|
||||||
|
*hi*
|
2
tests/commonmark/127-HTML_blocks.html
Normal file
2
tests/commonmark/127-HTML_blocks.html
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<div class
|
||||||
|
foo
|
2
tests/commonmark/127-HTML_blocks.md
Normal file
2
tests/commonmark/127-HTML_blocks.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<div class
|
||||||
|
foo
|
@ -1 +1,2 @@
|
|||||||
<div><a href="bar">*foo*</a></div>
|
<div *???-&&&-<---
|
||||||
|
*foo*
|
@ -1 +1,2 @@
|
|||||||
<div><a href="bar">*foo*</a></div>
|
<div *???-&&&-<---
|
||||||
|
*foo*
|
@ -1,3 +1,3 @@
|
|||||||
<Warning>
|
<a href="foo">
|
||||||
*bar*
|
*bar*
|
||||||
</Warning>
|
</a>
|
@ -1,3 +1,3 @@
|
|||||||
<Warning>
|
<a href="foo">
|
||||||
*bar*
|
*bar*
|
||||||
</Warning>
|
</a>
|
3
tests/commonmark/134-HTML_blocks.html
Normal file
3
tests/commonmark/134-HTML_blocks.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<i class="foo">
|
||||||
|
*bar*
|
||||||
|
</i>
|
3
tests/commonmark/134-HTML_blocks.md
Normal file
3
tests/commonmark/134-HTML_blocks.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<i class="foo">
|
||||||
|
*bar*
|
||||||
|
</i>
|
2
tests/commonmark/135-HTML_blocks.html
Normal file
2
tests/commonmark/135-HTML_blocks.html
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
</ins>
|
||||||
|
*bar*
|
2
tests/commonmark/135-HTML_blocks.md
Normal file
2
tests/commonmark/135-HTML_blocks.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
</ins>
|
||||||
|
*bar*
|
3
tests/commonmark/136-HTML_blocks.html
Normal file
3
tests/commonmark/136-HTML_blocks.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<del>
|
||||||
|
*foo*
|
||||||
|
</del>
|
3
tests/commonmark/136-HTML_blocks.md
Normal file
3
tests/commonmark/136-HTML_blocks.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<del>
|
||||||
|
*foo*
|
||||||
|
</del>
|
@ -1 +1,3 @@
|
|||||||
<p><del><em>foo</em></del></p>
|
<del>
|
||||||
|
<p><em>foo</em></p>
|
||||||
|
</del>
|
@ -1 +1,5 @@
|
|||||||
<del>*foo*</del>
|
<del>
|
||||||
|
|
||||||
|
*foo*
|
||||||
|
|
||||||
|
</del>
|
1
tests/commonmark/307-Backslash_escapes.html
Normal file
1
tests/commonmark/307-Backslash_escapes.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<a href="/bar\/)">
|
1
tests/commonmark/307-Backslash_escapes.md
Normal file
1
tests/commonmark/307-Backslash_escapes.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
<a href="/bar\/)">
|
@ -1 +1 @@
|
|||||||
<p><code>f&ouml;&ouml;</code></p>
|
<a href="öö.html">
|
@ -1 +1 @@
|
|||||||
`föö`
|
<a href="öö.html">
|
Loading…
x
Reference in New Issue
Block a user