wiki.techinc.nl/tests/phpunit/includes/content
Subramanya Sastry 30495ea1f9 RFC T157418: Trim whitespace in table cells, list items, headings
* Matmarex had implemented this for wikitext headings in b3dd3881.
* This patch extends this to wikitext list items and wikitext table cells.
* Updated RELEASE NOTES.

tests/parser/parserTests.txt:
* All whitespace removed in output of list items, table cells, and
  headings. Removed corresponding whitespace in the input wikitext
  except for a few tests where the whitespace is significant "| +"
  or "| -", for example.
* Updated output of html/parsoid sections as well.
* Added new tests to spec white-space trimming behavior.

tests/phpunit/*:
* Fixed a few tests that used whitespace in list items and table cells.

Bug: T157418
Change-Id: I8ea34c7ab893c0c125c81d810feeb3c581e4bba1
2018-03-16 13:42:55 -05:00
..
ContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
CssContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
CssContentTest.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
FileContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
JavaScriptContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
JavaScriptContentTest.php Drop 'comma' value for wgArticleCountMethod 2018-03-01 16:37:23 -08:00
JsonContentHandlerTest.php JsonContentHandler: Make sure makeEmptyContent() is valid JSON 2016-09-08 12:52:56 -07:00
JsonContentTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
TextContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
TextContentTest.php Drop 'comma' value for wgArticleCountMethod 2018-03-01 16:37:23 -08:00
WikitextContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
WikitextContentTest.php Drop 'comma' value for wgArticleCountMethod 2018-03-01 16:37:23 -08:00
WikitextStructureTest.php RFC T157418: Trim whitespace in table cells, list items, headings 2018-03-16 13:42:55 -05:00