Commit f45dd4420ee4026ecdf63fa90cfc24d8ac8ce55d

Martin Mitas 2024-01-17T02:58:12

Add regression test for #213. As it's now possible to add tests with multiple cmdline options easily.

diff --git a/test/regressions.txt b/test/regressions.txt
index 607ec25..a738af2 100644
--- a/test/regressions.txt
+++ b/test/regressions.txt
@@ -598,6 +598,33 @@ x
 ````````````````````````````````
 
 
+## [Issue 213](https://github.com/mity/md4c/issues/215)
+
+```````````````````````````````` example
+x
+|-
+[|
+
+[[ ]][[![|]()]]
+.
+<table>
+<thead>
+<tr>
+<th>x</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>[</td>
+</tr>
+</tbody>
+</table>
+<p><x-wikilink data-target=" "> </x-wikilink><x-wikilink data-target="![|]()"><img src="" alt="|"></x-wikilink></p>
+.
+--ftables --fwiki-links
+````````````````````````````````
+
+
 ## [Issue 215](https://github.com/mity/md4c/issues/215)
 
 ```````````````````````````````` example