Cscott has uploaded a new change for review. https://gerrit.wikimedia.org/r/119544
Change subject: Update the documentation at the top of parserTests.txt ...................................................................... Update the documentation at the top of parserTests.txt The meaning of the php/parsoid options changed slightly with change Ie4e68960ca7c352af495ebb59ba83488935a44c4. Update the documentation comment at the top of the parser test file to match. Change-Id: If0caac128704a15b824ccbcfbfb3f49812510f1d --- M tests/parser/parserTests.txt 1 file changed, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/44/119544/1 diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 0a2e87f..cee6035 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -21,8 +21,10 @@ # language=XXX set content language to XXX for this test # variant=XXX set the variant of language for this test (eg zh-tw) # disabled do not run test -# parsoid parsoid-only test (not run by PHP parser) -# php php-only test (not run by the parsoid parser) +# parsoid parsoid-specific options (not run by PHP parser unless +# the test includes an html/php section) +# php php-only test (not run by the parsoid parser unless +# the test includes an html/parsoid section) # showtitle make the first line the title # comment run through Linker::formatComment() instead of main parser # local format section links in edit comment text as local links -- To view, visit https://gerrit.wikimedia.org/r/119544 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If0caac128704a15b824ccbcfbfb3f49812510f1d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Cscott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
