From: Ilmari Karonen Date: Thu, 20 Aug 2009 15:27:51 +0000 (+0000) Subject: add parser test for r55382 X-Git-Tag: 1.31.0-rc.0~40175 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=46d58fbf54a94c6a29aa7ad8c30e9786731fbd5c;p=lhc%2Fweb%2Fwiklou.git add parser test for r55382 --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index ab5454b714..5922161d9e 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1597,6 +1597,16 @@ title=[[0]]

!! end +!! test +Non-breaking spaces in title +!! input +[[  Main   Page  ]] +!! result +

  Main   Page   +

+!!end + + ### ### Interwiki links (see maintenance/interwiki.sql) ###