From: Brion Vibber Date: Wed, 21 Jun 2006 22:14:06 +0000 (+0000) Subject: Test case for bug 6398 X-Git-Tag: 1.31.0-rc.0~56701 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=97a01c8aa3ccff71b7d682c2e60973080ddfd7aa;p=lhc%2Fweb%2Fwiklou.git Test case for bug 6398 --- 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 + # # #