diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2019-01-16 13:30:16 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2019-01-16 13:30:16 +0100 |
commit | bbf37dee8ed94a56bafeb7969f8117c8cdb2d64c (patch) | |
tree | 7c90bce34b215089e1796961e7bad77b703a6eee | |
parent | 02a21117fb6c24767346100022727e0c5751ad8d (diff) | |
download | pandoc-bbf37dee8ed94a56bafeb7969f8117c8cdb2d64c.tar.gz |
Fix tests for sample custom writer tables
-rw-r--r-- | test/tables.custom | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/tables.custom b/test/tables.custom index b78b3a4e9..61560ef9d 100644 --- a/test/tables.custom +++ b/test/tables.custom @@ -26,7 +26,7 @@ <td align="center">1</td> <td align="left">1</td> </tr> -</table +</table> <p>Simple table without caption:</p> @@ -55,7 +55,7 @@ <td align="center">1</td> <td align="left">1</td> </tr> -</table +</table> <p>Simple table indented two spaces:</p> @@ -85,7 +85,7 @@ <td align="center">1</td> <td align="left">1</td> </tr> -</table +</table> <p>Multiline table with caption:</p> @@ -119,7 +119,7 @@ multiple lines.</td> <td align="left">Here’s another one. Note the blank line between rows.</td> </tr> -</table +</table> <p>Multiline table without caption:</p> @@ -151,7 +151,7 @@ multiple lines.</td> <td align="left">Here’s another one. Note the blank line between rows.</td> </tr> -</table +</table> <p>Table without column headers:</p> @@ -174,7 +174,7 @@ the blank line between rows.</td> <td align="center">1</td> <td align="right">1</td> </tr> -</table +</table> <p>Multiline table without column headers:</p> @@ -197,5 +197,5 @@ multiple lines.</td> <td align="left">Here’s another one. Note the blank line between rows.</td> </tr> -</table +</table> |