Commit 919a0cc9e08b26bf9399a88267113946f1a94c47

Martin Mitas 2019-05-08T07:38:33

test/*.txt: Fix some formatting.

diff --git a/test/coverage.txt b/test/coverage.txt
index 64b4678..a00f418 100644
--- a/test/coverage.txt
+++ b/test/coverage.txt
@@ -64,7 +64,9 @@ bar</a></p>
 </blockquote>
 ````````````````````````````````
 
+
 ### [Issue 10](https://github.com/mity/md4c/issues/10)
+
 ```````````````````````````````` example
 [x]:
 x
@@ -80,14 +82,18 @@ x
 </ul>
 ````````````````````````````````
 
+
 ### [Issue 11](https://github.com/mity/md4c/issues/11)
+
 ```````````````````````````````` example
 x [link](/url "foo &ndash; bar") x
 .
 <p>x <a href="/url" title="foo – bar">link</a> x</p>
 ````````````````````````````````
 
+
 ### [Issue 15](https://github.com/mity/md4c/issues/15)
+
 ```````````````````````````````` example
 ***b* c*
 .
@@ -96,6 +102,7 @@ x [link](/url "foo &ndash; bar") x
 
 
 ### [Issue 14](https://github.com/mity/md4c/issues/14)
+
 ```````````````````````````````` example
 a***b* c*
 .
@@ -104,6 +111,7 @@ a***b* c*
 
 
 ### [Issue 21](https://github.com/mity/md4c/issues/21)
+
 ```````````````````````````````` example
 a*b**c*
 .
@@ -112,6 +120,7 @@ a*b**c*
 
 
 ### [Issue 33](https://github.com/mity/md4c/issues/33)
+
 ```````````````````````````````` example
 ```&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;
 .
@@ -120,6 +129,7 @@ a*b**c*
 
 
 ### [Issue 36](https://github.com/mity/md4c/issues/36)
+
 ```````````````````````````````` example
 __x_ _x___
 .
@@ -128,6 +138,7 @@ __x_ _x___
 
 
 ### [Issue 39](https://github.com/mity/md4c/issues/39)
+
 ```````````````````````````````` example
 [\\]: x
 .
@@ -135,6 +146,7 @@ __x_ _x___
 
 
 ### [Issue 40](https://github.com/mity/md4c/issues/40)
+
 ```````````````````````````````` example
 [x](url
 'title'
@@ -145,6 +157,7 @@ __x_ _x___
 
 
 ### [Issue 65](https://github.com/mity/md4c/issues/65)
+
 ```````````````````````````````` example
 `
 .
@@ -153,6 +166,7 @@ __x_ _x___
 
 
 ### [Issue 74](https://github.com/mity/md4c/issues/74)
+
 ```````````````````````````````` example
 [f]:
 -
@@ -217,7 +231,6 @@ Ditto for Unicode punctuation (here U+00A1).
 
 ### `md_is_link_destination_A()`
 
-
 ```````````````````````````````` example
 [link](</url\.with\.escape>)
 .
@@ -227,7 +240,6 @@ Ditto for Unicode punctuation (here U+00A1).
 
 ### `md_link_label_eq()`
 
-
 ```````````````````````````````` example
 [foo bar]
 
diff --git a/test/permissive-url-autolinks.txt b/test/permissive-url-autolinks.txt
index 89f60c2..03a2069 100644
--- a/test/permissive-url-autolinks.txt
+++ b/test/permissive-url-autolinks.txt
@@ -67,11 +67,13 @@ Anonymous FTP is available at ftp://foo.bar.baz.
 ## GitHub Issues
 
 ### [Issue 53](https://github.com/mity/md4c/issues/53)
+
 ```````````````````````````````` example
 This is [link](http://github.com/).
 .
 <p>This is <a href="http://github.com/">link</a>.</p>
 ````````````````````````````````
+
 ```````````````````````````````` example
 This is [link](http://github.com/)X
 .
@@ -80,6 +82,7 @@ This is [link](http://github.com/)X
 
 
 ## [Issue 76](https://github.com/mity/md4c/issues/76)
+
 ```````````````````````````````` example
 *(http://example.com)*
 .
diff --git a/test/tables.txt b/test/tables.txt
index ffda75d..b883e82 100644
--- a/test/tables.txt
+++ b/test/tables.txt
@@ -312,14 +312,15 @@ But the last line is not part of it due its indentation.)
 
 
 ### [Issue 42](https://github.com/mity/md4c/issues/42)
-```
+
+```````````````````````````````` example
 ] http://x.x *x*
 
 |x|x|
 |---|---|
 |x|
 .
-<p>] <a href="http://x.x">http://x.x</a> <em>x</em></p>
+<p>] http://x.x <em>x</em></p>
 <table>
 <thead>
 <tr>
@@ -330,7 +331,8 @@ But the last line is not part of it due its indentation.)
 <tbody>
 <tr>
 <td>x</td>
+<td></td>
 </tr>
 </tbody>
 </table>
-```
+````````````````````````````````
diff --git a/test/tasklists.txt b/test/tasklists.txt
index 378d520..aae1bf8 100644
--- a/test/tasklists.txt
+++ b/test/tasklists.txt
@@ -19,6 +19,7 @@ Basic task list may look as follows:
 ````````````````````````````````
 
 Task lists can also be in ordered lists:
+
 ```````````````````````````````` example
  1. [x] foo
  2. [X] bar
@@ -32,6 +33,7 @@ Task lists can also be in ordered lists:
 ````````````````````````````````
 
 Task lists can also be nested in ordinary lists:
+
 ```````````````````````````````` example
  * xxx:
    * [x] foo
@@ -59,6 +61,7 @@ Task lists can also be nested in ordinary lists:
 ````````````````````````````````
 
 Or in a parent task list:
+
 ```````````````````````````````` example
  1. [x] xxx:
     * [x] foo
@@ -86,6 +89,7 @@ Or in a parent task list:
 ````````````````````````````````
 
 Also, ordinary lists can be nested in the task lists.
+
 ```````````````````````````````` example
  * [x] xxx:
    * foo