Index: trunk/phase3/tests/parser/parserTests.txt |
— | — | @@ -5,25 +5,25 @@ |
6 | 6 | # The syntax should be fairly self-explanatory. |
7 | 7 | # |
8 | 8 | # Currently supported test options: |
9 | | -# One of the following three: |
| 9 | +# One of the following three: |
10 | 10 | # |
11 | | -# (default) generate HTML output |
12 | | -# pst apply pre-save transform |
13 | | -# msg apply message transform |
| 11 | +# (default) generate HTML output |
| 12 | +# pst apply pre-save transform |
| 13 | +# msg apply message transform |
14 | 14 | # |
15 | | -# Plus any combination of these: |
| 15 | +# Plus any combination of these: |
16 | 16 | # |
17 | | -# cat add category links |
18 | | -# ill add inter-language links |
19 | | -# subpage enable subpages (disabled by default) |
20 | | -# noxml don't check for XML well formdness |
21 | | -# title=[[XXX]] run test using article title XXX |
22 | | -# language=XXX set content language to XXX for this test |
23 | | -# variant=XXX set the variant of language for this test (eg zh-tw) |
24 | | -# disabled do not run test |
25 | | -# showtitle make the first line the title |
26 | | -# comment run through Linker::formatComment() instead of main parser |
27 | | -# local format section links in edit comment text as local links |
| 17 | +# cat add category links |
| 18 | +# ill add inter-language links |
| 19 | +# subpage enable subpages (disabled by default) |
| 20 | +# noxml don't check for XML well formdness |
| 21 | +# title=[[XXX]] run test using article title XXX |
| 22 | +# language=XXX set content language to XXX for this test |
| 23 | +# variant=XXX set the variant of language for this test (eg zh-tw) |
| 24 | +# disabled do not run test |
| 25 | +# showtitle make the first line the title |
| 26 | +# comment run through Linker::formatComment() instead of main parser |
| 27 | +# local format section links in edit comment text as local links |
28 | 28 | # |
29 | 29 | # For testing purposes, temporary articles can created: |
30 | 30 | # !!article / NAMESPACE:TITLE / !!text / ARTICLE TEXT / !!endarticle |