mediawiki-extensions-Popups/tests
Thiemo Kreuz 8fbcf6f962 Add missing TextExtracts parameter sectionformat=plain
It turns out the TextExtracts extension is build in a way so
that the parameter plaintext=1 alone is not enough. It does
not really mean "please return plain text" but "please don't
return HTML". It can still return one of three formats:
* Wikitext.
* An intermediate parser format where headlines are not
  `== this ==` but `��2��this`.
* Actual flat plain text.

The default is wikitext. That's why we see `== wikitext
syntax ==` in certain edge-case situations. Forcing it to
"plain" fixes this.

Bug: T271439
Change-Id: I3035fb3df99680af8bbd10c4513aed730013c344
2021-01-08 09:17:35 +01:00
..
node-qunit Add missing TextExtracts parameter sectionformat=plain 2021-01-08 09:17:35 +01:00
phpunit Adds "$wgPopupsTextExtractsIntroOnly" option to control "intro" parameters for TextExtracts API request 2020-12-07 15:00:29 -08:00
selenium Use Util.waitForModuleState in browser tests 2020-11-20 10:35:10 +01:00