mediawiki-extensions-Cite/tests/parser
Thiemo Kreuz d07110b790 Fix incomplete undo/redo stack implementation
The rollback feature was not able to properly restore a __placeholder__.
That's why a specific use case was behaving different. This already
worked just fine:

<ref extends="a">…</ref>
<references>
<ref name="a">…</ref>
</references>

But this didn't, even if it is the exact same from the users
perspective:

<ref extends="a">…</ref>
{{#tag:references|
<ref name="a">…</ref>
}}

Bug: T239810
Change-Id: I163a1bffb9450a9e7f776e32e66fb08d0452cdb9
2020-01-08 17:43:02 +01:00
..
bookReferencing.txt Fix incomplete undo/redo stack implementation 2020-01-08 17:43:02 +01:00
citeParserTests.txt Merge "Move "dir" error handling to validation" 2019-12-19 10:18:24 +00:00
citeSmokeTests.txt Integration parser test for ParserFunctions 2019-12-11 08:58:58 +01:00
responsiveReferences.txt Add missing parser tests for relevant responsive edge cases 2019-12-28 20:59:23 +00:00