mediawiki-extensions-Cite/tests/parser
Thiemo Kreuz 54333c9bd6 Stop formatting "1.2" as "1,2" in languages like German
The new extends="…" feature is using numbers like "1.2". These should be
localized in languages like Hebrew that uses other symbols for the digits.
But the "." should not change.

The existing feature when a <ref> is reused multiple times does have the
same "issue". But it seems this is intentional, because it is covered by
a test. Note this is not visible in German, because German uses custom
labels "a", "b", and so on.

This patch also improves the so called "smoke" tests and makes one cover
numbers up to "1,10" for a <ref> that is reused that often.

Bug: T239725
Change-Id: Iffcb56e1c7be09cefed9dabb1d6391eb6ad995ce
2019-12-04 09:43:04 +01:00
..
bookReferencing.txt Stop formatting "1.2" as "1,2" in languages like German 2019-12-04 09:43:04 +01:00
citeParserTests.txt Add test cases for duplicate <references> with same group 2019-12-02 15:08:15 +00:00
citeSmokeTests.txt Stop formatting "1.2" as "1,2" in languages like German 2019-12-04 09:43:04 +01:00