From f5d4ffd877d081df35a6321200d7b79a608dec15 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Wed, 19 Mar 2014 14:48:54 -0400 Subject: [PATCH] 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 --- tests/parser/parserTests.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 0a2e87fcaa..cee603522c 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 -- 2.20.1