aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/parserTests.txt
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2008-04-14 20:27:56 +0000
committerBrion Vibber <brion@users.mediawiki.org>2008-04-14 20:27:56 +0000
commitb998c72f7e3e745ec61c7a964471bd4e1deaad1e (patch)
treef0984090665267ab337e648f2bd782182399633c /maintenance/parserTests.txt
parenta4ccdcf18f4f9688e0625ef34efb35e41f205360 (diff)
downloadmediawikicore-b998c72f7e3e745ec61c7a964471bd4e1deaad1e.tar.gz
mediawikicore-b998c72f7e3e745ec61c7a964471bd4e1deaad1e.zip
Add parser test case for bug 13728
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/33313
Diffstat (limited to 'maintenance/parserTests.txt')
-rw-r--r--maintenance/parserTests.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt
index 109407e2a67d..7b5fc267d77a 100644
--- a/maintenance/parserTests.txt
+++ b/maintenance/parserTests.txt
@@ -5857,6 +5857,20 @@ start
xxx
!! end
+!! test
+Section replacement test with initial whitespace (bug 13728)
+!! options
+replace=2,"xxx"
+!! input
+ Preformatted initial line
+==a==
+===a===
+!! result
+ Preformatted initial line
+==a==
+xxx
+!! end
+
!! test
Section extraction, heading followed by pre with 20 spaces (bug 6398)