mediawiki-extensions-Cite/tests
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
..
parser Test cases for extends pointing to the <references> section 2020-01-07 12:43:18 +01:00
phpunit build: Updating mediawiki/mediawiki-phan-config to 0.9.0 2019-12-27 19:45:17 +00:00
selenium Use waitForModuleState from Util class 2019-10-24 10:48:32 +02:00