From b998c72f7e3e745ec61c7a964471bd4e1deaad1e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 14 Apr 2008 20:27:56 +0000 Subject: [PATCH] Add parser test case for bug 13728 --- maintenance/parserTests.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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) -- 2.20.1