From 97a01c8aa3ccff71b7d682c2e60973080ddfd7aa Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 21 Jun 2006 22:14:06 +0000 Subject: [PATCH] Test case for bug 6398 --- maintenance/parserTests.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 2a06b53394..cdf188c809 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -5419,6 +5419,31 @@ extra nasty extra nasty !! end + +!! test +Section extraction, heading followed by pre with 20 spaces (bug 6398) +!! options +section=1 +!! input +==a== + a +!! result +==a== + a +!! end + +!! test +Section extraction, heading followed by pre with 19 spaces (bug 6398 sanity check) +!! options +section=1 +!! input +==a== + a +!! result +==a== + a +!! end + # # # -- 2.20.1