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
This commit is contained in:
parent
6112acac29
commit
f5d4ffd877
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue