From: Brion Vibber Date: Mon, 14 Apr 2008 20:27:56 +0000 (+0000) Subject: Add parser test case for bug 13728 X-Git-Tag: 1.31.0-rc.0~48331 X-Git-Url: https://git.cyclocoop.org/admin/%7B%7Blocalurl:Special:UserLogin%7D%7D?a=commitdiff_plain;h=b998c72f7e3e745ec61c7a964471bd4e1deaad1e;p=lhc%2Fweb%2Fwiklou.git Add parser test case for bug 13728 --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 109407e2a6..7b5fc267d7 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)