Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -2291,6 +2291,14 @@ |
2292 | 2292 | </p> |
2293 | 2293 | !! end |
2294 | 2294 | |
| 2295 | +!! test |
| 2296 | +Bug 2095: link with three closing brackets |
| 2297 | +!! input |
| 2298 | +[[a link]]] |
| 2299 | +!! result |
| 2300 | +<p><a href="https://www.mediawiki.org/index.php?title=A_link&action=edit" class="new" title="A link">a link</a>] |
| 2301 | +</p> |
| 2302 | +!! end |
2295 | 2303 | |
2296 | 2304 | TODO: |
2297 | 2305 | more images |