Allow whitespace between indent and table start tag
authorArlo Breault <abreault@wikimedia.org>
Wed, 8 Jul 2015 21:17:59 +0000 (14:17 -0700)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 18 Jul 2015 20:41:33 +0000 (20:41 +0000)
commit0b4208e645b7945bebe3faa480f8b67eaa764b9c
tree3a9f6caf0cb01c3fda6e52ada660d8fb7eb15090
parentc6c476d414789553bc06f9dcc019124865e2e63c
Allow whitespace between indent and table start tag

 * \s matches the trim on the line.

 * Since leading space is ok for table start tags, and you can use them
   in ":" context, you should be able to compose the two together.

Bug: T105238
Change-Id: Id08e24e5dd2bb8ca09453adec87b21225df4a840
includes/parser/Parser.php
tests/parser/parserTests.txt