Update the documentation at the top of parserTests.txt
authorC. Scott Ananian <cscott@cscott.net>
Wed, 19 Mar 2014 18:48:54 +0000 (14:48 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Wed, 19 Mar 2014 18:50:45 +0000 (14:50 -0400)
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

index 0a2e87f..cee6035 100644 (file)
 # 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