mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 16:30:12 +00:00
Add parser & unit test cases for different $wgFragmentMode's
This is only to document the current status quo and make later patches smaller and easier to review. Bug: T298278 Change-Id: I6c78f4d3ee32de596f2b5ee081d56eaffb1cc7bd
This commit is contained in:
parent
7e064c34ed
commit
83041449a7
|
@ -1,4 +1,5 @@
|
|||
!! version 2
|
||||
|
||||
!! test
|
||||
Book Referencing attribute rejected by default
|
||||
!! config
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
!! version 2
|
||||
|
||||
!! test
|
||||
Smoke test for duplicated references with the same text
|
||||
!! wikitext
|
||||
|
|
137
tests/parser/fragementModes.txt
Normal file
137
tests/parser/fragementModes.txt
Normal file
|
@ -0,0 +1,137 @@
|
|||
!! version 2
|
||||
|
||||
!! test
|
||||
Legacy fragment encoding
|
||||
!! config
|
||||
wgFragmentMode=['legacy']
|
||||
!! wikitext
|
||||
<ref name="nature%20phylo">A</ref>
|
||||
<ref name="Mininova%2E26%2E11%2E2009">B</ref>
|
||||
<ref name="%c8%98tiri_2019">C</ref>
|
||||
<ref name="play%21">D</ref>
|
||||
<ref name="Terry+O%26rsquo%3BN…</ref">E</ref>
|
||||
<ref name="9 pm">F</ref>
|
||||
<references />
|
||||
!! html/php
|
||||
<p><sup id="cite_ref-nature.2520phylo_1-0" class="reference"><a href="#cite_note-nature.2520phylo-1">[1]</a></sup>
|
||||
<sup id="cite_ref-Mininova.252E26.252E11.252E2009_2-0" class="reference"><a href="#cite_note-Mininova.252E26.252E11.252E2009-2">[2]</a></sup>
|
||||
<sup id="cite_ref-.25c8.2598tiri_2019_3-0" class="reference"><a href="#cite_note-.25c8.2598tiri_2019-3">[3]</a></sup>
|
||||
<sup id="cite_ref-play.2521_4-0" class="reference"><a href="#cite_note-play.2521-4">[4]</a></sup>
|
||||
<sup id="cite_ref-Terry.2BO.2526rsquo.253BN.E2.80.A6.3C.2Fref_5-0" class="reference"><a href="#cite_note-Terry.2BO.2526rsquo.253BN.E2.80.A6.3C.2Fref-5">[5]</a></sup>
|
||||
<sup id="cite_ref-9.C2.A0pm_6-0" class="reference"><a href="#cite_note-9.C2.A0pm-6">[6]</a></sup>
|
||||
</p>
|
||||
<div class="mw-references-wrap"><ol class="references">
|
||||
<li id="cite_note-nature.2520phylo-1"><span class="mw-cite-backlink"><a href="#cite_ref-nature.2520phylo_1-0">↑</a></span> <span class="reference-text">A</span>
|
||||
</li>
|
||||
<li id="cite_note-Mininova.252E26.252E11.252E2009-2"><span class="mw-cite-backlink"><a href="#cite_ref-Mininova.252E26.252E11.252E2009_2-0">↑</a></span> <span class="reference-text">B</span>
|
||||
</li>
|
||||
<li id="cite_note-.25c8.2598tiri_2019-3"><span class="mw-cite-backlink"><a href="#cite_ref-.25c8.2598tiri_2019_3-0">↑</a></span> <span class="reference-text">C</span>
|
||||
</li>
|
||||
<li id="cite_note-play.2521-4"><span class="mw-cite-backlink"><a href="#cite_ref-play.2521_4-0">↑</a></span> <span class="reference-text">D</span>
|
||||
</li>
|
||||
<li id="cite_note-Terry.2BO.2526rsquo.253BN.E2.80.A6.3C.2Fref-5"><span class="mw-cite-backlink"><a href="#cite_ref-Terry.2BO.2526rsquo.253BN.E2.80.A6.3C.2Fref_5-0">↑</a></span> <span class="reference-text">E</span>
|
||||
</li>
|
||||
<li id="cite_note-9.C2.A0pm-6"><span class="mw-cite-backlink"><a href="#cite_ref-9.C2.A0pm_6-0">↑</a></span> <span class="reference-text">F</span>
|
||||
</li>
|
||||
</ol></div>
|
||||
!! end
|
||||
|
||||
!! test
|
||||
FIXME: HTML5 fragment encoding
|
||||
!! config
|
||||
wgFragmentMode=['html5']
|
||||
!! wikitext
|
||||
<ref name="nature%20phylo">A</ref>
|
||||
<ref name="Mininova%2E26%2E11%2E2009">B</ref>
|
||||
<ref name="%c8%98tiri_2019">C</ref>
|
||||
<ref name="play%21">D</ref>
|
||||
<ref name="Terry+O%26rsquo%3BN…</ref">E</ref>
|
||||
<ref name="9 pm">F</ref>
|
||||
<references />
|
||||
!! html/php
|
||||
<p><sup id="cite_ref-nature%20phylo_1-0" class="reference"><a href="#cite_note-nature_phylo-1">[1]</a></sup>
|
||||
<sup id="cite_ref-Mininova%2E26%2E11%2E2009_2-0" class="reference"><a href="#cite_note-Mininova.26.11.2009-2">[2]</a></sup>
|
||||
<sup id="cite_ref-%c8%98tiri_2019_3-0" class="reference"><a href="#cite_note-Știri_2019-3">[3]</a></sup>
|
||||
<sup id="cite_ref-play%21_4-0" class="reference"><a href="#cite_note-play!-4">[4]</a></sup>
|
||||
<sup id="cite_ref-Terry+O%26rsquo%3BN…</ref_5-0" class="reference"><a href="#cite_note-Terry+O’N…</ref-5">[5]</a></sup>
|
||||
<sup id="cite_ref-9 pm_6-0" class="reference"><a href="#cite_note-9_pm-6">[6]</a></sup>
|
||||
</p>
|
||||
<div class="mw-references-wrap"><ol class="references">
|
||||
<li id="cite_note-nature%20phylo-1"><span class="mw-cite-backlink"><a href="#cite_ref-nature_phylo_1-0">↑</a></span> <span class="reference-text">A</span>
|
||||
</li>
|
||||
<li id="cite_note-Mininova%2E26%2E11%2E2009-2"><span class="mw-cite-backlink"><a href="#cite_ref-Mininova.26.11.2009_2-0">↑</a></span> <span class="reference-text">B</span>
|
||||
</li>
|
||||
<li id="cite_note-%c8%98tiri_2019-3"><span class="mw-cite-backlink"><a href="#cite_ref-Știri_2019_3-0">↑</a></span> <span class="reference-text">C</span>
|
||||
</li>
|
||||
<li id="cite_note-play%21-4"><span class="mw-cite-backlink"><a href="#cite_ref-play!_4-0">↑</a></span> <span class="reference-text">D</span>
|
||||
</li>
|
||||
<li id="cite_note-Terry+O%26rsquo%3BN…</ref-5"><span class="mw-cite-backlink"><a href="#cite_ref-Terry+O’N…</ref_5-0">↑</a></span> <span class="reference-text">E</span>
|
||||
</li>
|
||||
<li id="cite_note-9 pm-6"><span class="mw-cite-backlink"><a href="#cite_ref-9_pm_6-0">↑</a></span> <span class="reference-text">F</span>
|
||||
</li>
|
||||
</ol></div>
|
||||
!! end
|
||||
|
||||
!! test
|
||||
Double URL encoding in legacy mode
|
||||
!! config
|
||||
wgFragmentMode=['legacy']
|
||||
!! wikitext
|
||||
<ref name="n%25%32%30n" group="g%25%32%30g">A</ref>
|
||||
<references group="g%25%32%30g" />
|
||||
!! html/php
|
||||
<p><sup id="cite_ref-n.2525.2532.2530n_1-0" class="reference"><a href="#cite_note-n.2525.2532.2530n-1">[g%25%32%30g 1]</a></sup>
|
||||
</p>
|
||||
<div class="mw-references-wrap"><ol class="references">
|
||||
<li id="cite_note-n.2525.2532.2530n-1"><span class="mw-cite-backlink"><a href="#cite_ref-n.2525.2532.2530n_1-0">↑</a></span> <span class="reference-text">A</span>
|
||||
</li>
|
||||
</ol></div>
|
||||
!! end
|
||||
|
||||
!! test
|
||||
FIXME: Double URL encoding in HTML5 mode
|
||||
!! config
|
||||
wgFragmentMode=['html5']
|
||||
!! wikitext
|
||||
<ref name="n%25%32%30n" group="g%25%32%30g">A</ref>
|
||||
<references group="g%25%32%30g" />
|
||||
!! html/php
|
||||
<p><sup id="cite_ref-n%25%32%30n_1-0" class="reference"><a href="#cite_note-n%2520n-1">[g%25%32%30g 1]</a></sup>
|
||||
</p>
|
||||
<div class="mw-references-wrap"><ol class="references">
|
||||
<li id="cite_note-n%25%32%30n-1"><span class="mw-cite-backlink"><a href="#cite_ref-n%2520n_1-0">↑</a></span> <span class="reference-text">A</span>
|
||||
</li>
|
||||
</ol></div>
|
||||
!! end
|
||||
|
||||
!! test
|
||||
Multiple, partly encoded spaces in legacy mode
|
||||
!! config
|
||||
wgFragmentMode=['legacy']
|
||||
!! wikitext
|
||||
<ref name="a_ %20a" group="b_ %20b">A</ref>
|
||||
<references group="b_ %20b" />
|
||||
!! html/php
|
||||
<p><sup id="cite_ref-a_.2520a_1-0" class="reference"><a href="#cite_note-a_.2520a-1">[b_ %20b 1]</a></sup>
|
||||
</p>
|
||||
<div class="mw-references-wrap"><ol class="references">
|
||||
<li id="cite_note-a_.2520a-1"><span class="mw-cite-backlink"><a href="#cite_ref-a_.2520a_1-0">↑</a></span> <span class="reference-text">A</span>
|
||||
</li>
|
||||
</ol></div>
|
||||
!! end
|
||||
|
||||
!! test
|
||||
FIXME: Multiple, partly encoded spaces in HTML5 mode
|
||||
!! config
|
||||
wgFragmentMode=['html5']
|
||||
!! wikitext
|
||||
<ref name="a_ %20a" group="b_ %20b">A</ref>
|
||||
<references group="b_ %20b" />
|
||||
!! html/php
|
||||
<p><sup id="cite_ref-a_%20a_1-0" class="reference"><a href="#cite_note-a_a-1">[b_ %20b 1]</a></sup>
|
||||
</p>
|
||||
<div class="mw-references-wrap"><ol class="references">
|
||||
<li id="cite_note-a_%20a-1"><span class="mw-cite-backlink"><a href="#cite_ref-a_a_1-0">↑</a></span> <span class="reference-text">A</span>
|
||||
</li>
|
||||
</ol></div>
|
||||
!! end
|
|
@ -1,4 +1,5 @@
|
|||
!! version 2
|
||||
|
||||
!! test
|
||||
Ordered lists directly following each other should not be merged
|
||||
!! config
|
||||
|
|
|
@ -86,6 +86,15 @@ class AnchorFormatterTest extends \MediaWikiUnitTestCase {
|
|||
[ "''", '''' ],
|
||||
[ '"%&/<>?[]{|}', '"%&/<>?[]{|}' ],
|
||||
[ 'ISBN', 'ISBN' ],
|
||||
|
||||
[ 'nature%20phylo', 'nature%20phylo' ],
|
||||
[ 'Mininova%2E26%2E11%2E2009', 'Mininova%2E26%2E11%2E2009' ],
|
||||
[ '%c8%98tiri_2019', '%c8%98tiri_2019' ],
|
||||
[ 'play%21', 'play%21' ],
|
||||
[ 'Terry+O%26rsquo%3BN…</ref', 'Terry+O%26rsquo%3BN…</ref' ],
|
||||
[ '9 pm', '9&nbsp;pm' ],
|
||||
[ 'n%25%32%30n', 'n%25%32%30n' ],
|
||||
[ 'a_ %20a', 'a_%20a' ],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue