mediawiki-extensions-Cite/tests/parser
Thiemo Kreuz 5db90fb5a9 Test cases for extends pointing to the <references> section
This is an extremely relevant use case, but we never had a test for
this:

Some text.<ref extends="book">Page 2</ref>

<references>
  <ref name="book">Title of the book</ref>
</references>

What this means: There is no reference in the text that points to the
book as a whole, only references that point to individual pages. The
base <ref> is not used in the text.

This is already properly rendered. There is no "jump back to the text"
link. However, this fails when <references> is wrapped in {{#tag:…}}.

Bug: T239810
Change-Id: Id22db0238266a4fd6131d1a10eb6bf6227552c19
2020-01-07 12:43:18 +01:00
..
bookReferencing.txt Test cases for extends pointing to the <references> section 2020-01-07 12:43:18 +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