Add regression test for #213. As it's now possible to add tests with multiple cmdline options easily.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
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