Fix ParserOutput::getText 'unwrap' flag for end-of-doc comment
authorGergő Tisza <tgr.huwiki@gmail.com>
Fri, 9 Feb 2018 21:30:12 +0000 (13:30 -0800)
committerGergő Tisza <tgr.huwiki@gmail.com>
Fri, 9 Feb 2018 22:17:22 +0000 (14:17 -0800)
commit5859eff1b0c6e2438f4e21a4532e7f547d7cf2c2
tree66b0a8c9365fbd73a57a30cb935cb6fb40975874
parent74426f3cf796b149f1ae445e41815bbe148640b2
Fix ParserOutput::getText 'unwrap' flag for end-of-doc comment

The closing div might be followed by debug information in HTML comments.

Bug: T186927
Change-Id: I72d4079dfe9ca9b3a14476ace1364eb5efdee846
includes/parser/ParserOutput.php
tests/phpunit/includes/parser/ParserOutputTest.php