From cbceed01fa1436ab3830cbb1f749544a1bb8fe5c Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 3 May 2011 19:53:13 +0000 Subject: [PATCH] Follow up r87220. r86795 tests are now embedded into PreprocessorTest.php --- tests/parser/preprocess/Headings.expected | 71 ------------------- tests/parser/preprocess/Headings.txt | 70 ------------------ .../includes/parser/PreprocessorTest.php | 1 - 3 files changed, 142 deletions(-) delete mode 100644 tests/parser/preprocess/Headings.expected delete mode 100644 tests/parser/preprocess/Headings.txt diff --git a/tests/parser/preprocess/Headings.expected b/tests/parser/preprocess/Headings.expected deleted file mode 100644 index ab3103c3a2..0000000000 --- a/tests/parser/preprocess/Headings.expected +++ /dev/null @@ -1,71 +0,0 @@ -These should become headings: - -== h ==<!--c1--> - -== h == <!--c1--> - -== h ==<!--c1--> - -== h == <!--c1--> - -== h ==<!--c1--><!--c2--> - -== h == <!--c1--><!--c2--> - -== h ==<!--c1--><!--c2--> - -== h == <!--c1--><!--c2--> - -== h == <!--c1--> <!--c2--> - -== h ==<!--c1--> <!--c2--> - -== h == <!--c1--> <!--c2--> - -== h ==<!--c1--><!--c2--><!--c3--> - -== h ==<!--c1--> <!--c2--><!--c3--> - -== h ==<!--c1--><!--c2--> <!--c3--> - -== h ==<!--c1--> <!--c2--> <!--c3--> - -== h == <!--c1--><!--c2--><!--c3--> - -== h == <!--c1--> <!--c2--><!--c3--> - -== h == <!--c1--><!--c2--> <!--c3--> - -== h == <!--c1--> <!--c2--> <!--c3--> - -== h ==<!--c1--><!--c2--><!--c3--> - -== h ==<!--c1--> <!--c2--><!--c3--> - -== h ==<!--c1--><!--c2--> <!--c3--> - -== h ==<!--c1--> <!--c2--> <!--c3--> - -== h == <!--c1--><!--c2--><!--c3--> - -== h == <!--c1--> <!--c2--><!--c3--> - -== h == <!--c1--><!--c2--> <!--c3--> - -== h == <!--c1--> <!--c2--> <!--c3--> - - -Those are not working: - -== h ==<!--c1--> <!--c2--> - -== h == <!--c1--> <!--c2--> - -== h ==<!--c1--> <!--c2--> - -== h == x <!--c1--><!--c2--><!--c3--> - -== h ==<!--c1--> x <!--c2--><!--c3--> - -== h ==<!--c1--><!--c2--><!--c3--> x - \ No newline at end of file diff --git a/tests/parser/preprocess/Headings.txt b/tests/parser/preprocess/Headings.txt deleted file mode 100644 index 940afbee4f..0000000000 --- a/tests/parser/preprocess/Headings.txt +++ /dev/null @@ -1,70 +0,0 @@ -These should become headings: - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - - -Those are not working: - -== h == - -== h == - -== h == - -== h == x - -== h == x - -== h == x diff --git a/tests/phpunit/includes/parser/PreprocessorTest.php b/tests/phpunit/includes/parser/PreprocessorTest.php index 182e7f20fa..dd4d4bdc1b 100644 --- a/tests/phpunit/includes/parser/PreprocessorTest.php +++ b/tests/phpunit/includes/parser/PreprocessorTest.php @@ -119,7 +119,6 @@ class PreprocessorTest extends MediaWikiTestCase { array( "Factorial" ), # http://en.wikipedia.org/w/index.php?title=Template:Factorial&oldid=98548758 GFDL + CC-BY-SA by Polonium array( "All_system_messages" ), # http://tl.wiktionary.org/w/index.php?title=Suleras:All_system_messages&oldid=2765 GPL text generated by MediaWiki array( "Fundraising" ), # http://tl.wiktionary.org/w/index.php?title=MediaWiki:Sitenotice&oldid=5716 GFDL + CC-BY-SA, copied there by Sky Harbor. - array( "Headings" ), # https://bugzilla.wikimedia.org/28642 ); } -- 2.20.1