-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
123 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 1 addition & 25 deletions
26
tests/Benchmarks/testfiles/mdtest-1.1/Links_reference_style.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,28 @@ | ||
<p>Foo <a href="/url/" title="Title">bar</a>.</p> | ||
|
||
<p>Foo <a href="/url/" title="Title">bar</a>.</p> | ||
|
||
<p>Foo <a href="/url/" title="Title">bar</a>.</p> | ||
|
||
<p>With <a href="/url/">embedded [brackets]</a>.</p> | ||
|
||
<p>Indented <a href="/url">once</a>.</p> | ||
|
||
<p>Indented <a href="/url">twice</a>.</p> | ||
|
||
<p>Indented <a href="/url">thrice</a>.</p> | ||
|
||
<p>Indented [four][] times.</p> | ||
|
||
<pre><code>[four]: /url | ||
</code></pre> | ||
|
||
<hr /> | ||
|
||
<p><a href="foo">this</a> should work</p> | ||
|
||
<p>So should <a href="foo">this</a>.</p> | ||
|
||
<p>And <a href="foo">this</a>.</p> | ||
|
||
<p>And <a href="foo">this</a>.</p> | ||
|
||
<p>And <a href="foo">this</a>.</p> | ||
|
||
<p>But not [that] [].</p> | ||
|
||
<p>Nor [that][].</p> | ||
|
||
<p>Nor [that].</p> | ||
|
||
<p>[Something in brackets like <a href="foo">this</a> should work]</p> | ||
|
||
<p>[Same with <a href="foo">this</a>.]</p> | ||
|
||
<p>In this case, <a href="/somethingelse/">this</a> points to something else.</p> | ||
|
||
<p>Backslashing should suppress [this] and [this].</p> | ||
|
||
<hr /> | ||
|
||
<p>Here's one where the <a href="/url/">link | ||
breaks</a> across lines.</p> | ||
|
||
<p>Here's another where the <a href="/url/">link | ||
<p>Here's another where the <a href="/url/">link | ||
breaks</a> across lines, but with a line-ending space.</p> |
5 changes: 1 addition & 4 deletions
5
tests/Benchmarks/testfiles/mdtest-1.1/Links_shortcut_references.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
<p>This is the <a href="/simple">simple case</a>.</p> | ||
|
||
<p>This one has a <a href="/foo">line | ||
break</a>.</p> | ||
|
||
<p>This one has a <a href="/foo">line | ||
<p>This one has a <a href="/foo">line | ||
break</a> with a line-ending space.</p> | ||
|
||
<p><a href="/that">this</a> and the <a href="/other">other</a></p> |
5 changes: 2 additions & 3 deletions
5
tests/Benchmarks/testfiles/php-markdown/Code block in a list item.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<ul> | ||
<li><p>List Item:</p> | ||
|
||
<li> | ||
<p>List Item:</p> | ||
<pre><code>code block | ||
|
||
with a blank line | ||
</code></pre> | ||
|
||
<p>within a list item.</p></li> | ||
</ul> |
10 changes: 2 additions & 8 deletions
10
tests/Benchmarks/testfiles/php-markdown/PHP-Specific Bugs.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
<p>This tests for a bug where quotes escaped by PHP when using | ||
<p>This tests for a bug where quotes escaped by PHP when using | ||
<code>preg_replace</code> with the <code>/e</code> modifier must be correctly unescaped | ||
(hence the <code>_UnslashQuotes</code> function found only in PHP Markdown).</p> | ||
|
||
<p>Headers below should appear exactly as they are typed (no backslash | ||
added or removed).</p> | ||
|
||
<h1>Header "quoted\" again \""</h1> | ||
|
||
<h2>Header "quoted\" again \""</h2> | ||
|
||
<h3>Header "quoted\" again \""</h3> | ||
|
||
<p>Test with tabs for <code>_Detab</code>:</p> | ||
|
||
<pre><code>Code 'block' with some "tabs" and "quotes" | ||
<pre><code>Code 'block' with some "tabs" and "quotes" | ||
</code></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.