mediawiki-extensions-Cite/tests/parser
Adam Wight 008526b3aa Can use extends before its parent
If `extends` is encountered before the parent ref, we reserve the
sequence number and leave a placeholder to record the link between
ref name and number.  This is necessary to render a list like,
"[1] [2.1] [2]", or to use subreferencing when the parent ref is
declared in the references tag.

When a placeholder is encountered during references section rendering,
it means that the parent was never declared.

Change-Id: I611cd1d73f775908926a803fae90d039ce122ab6
2019-12-02 17:14:11 +01:00
..
bookReferencing.txt Can use extends before its parent 2019-12-02 17:14:11 +01:00
citeParserTests.txt Add test cases for duplicate <references> with same group 2019-12-02 15:08:15 +00:00
citeSmokeTests.txt Add smoke tests for previously uncovered combinations 2019-11-27 16:34:46 +01:00