Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -1227,7 +1227,7 @@ |
1228 | 1228 | |
1229 | 1229 | # FIXME: this one has incorrect tag nesting still. |
1230 | 1230 | !! test |
1231 | | -TODO: Table security: embedded pipes (http://mail.wikipedia.org/pipermail/wikitech-l/2006-April/034637.html) |
| 1231 | +Table security: embedded pipes (http://mail.wikipedia.org/pipermail/wikitech-l/2006-April/034637.html) |
1232 | 1232 | !! input |
1233 | 1233 | {| |
1234 | 1234 | | |[ftp://|x||]" onmouseover="alert(document.cookie)">test |
— | — | @@ -1400,7 +1400,7 @@ |
1401 | 1401 | !! end |
1402 | 1402 | |
1403 | 1403 | !! test |
1404 | | -TODO: Link containing double-single-quotes '' (bug 4598) |
| 1404 | +Link containing double-single-quotes '' (bug 4598) |
1405 | 1405 | !! input |
1406 | 1406 | [[Lista d''e paise d''o munno]] |
1407 | 1407 | !! result |
— | — | @@ -2899,7 +2899,7 @@ |
2900 | 2900 | !! end |
2901 | 2901 | |
2902 | 2902 | !! test |
2903 | | -TODO: message transform: <noinclude> in transcluded template (bug 4926) |
| 2903 | +message transform: <noinclude> in transcluded template (bug 4926) |
2904 | 2904 | !! options |
2905 | 2905 | msg |
2906 | 2906 | !! input |
— | — | @@ -2909,7 +2909,7 @@ |
2910 | 2910 | !! end |
2911 | 2911 | |
2912 | 2912 | !! test |
2913 | | -TODO: message transform: <onlyinclude> in transcluded template (bug 4926) |
| 2913 | +message transform: <onlyinclude> in transcluded template (bug 4926) |
2914 | 2914 | !! options |
2915 | 2915 | msg |
2916 | 2916 | !! input |
— | — | @@ -2979,7 +2979,7 @@ |
2980 | 2980 | |
2981 | 2981 | !! test |
2982 | 2982 | Link to image page- image page normally doesn't exists, hence edit link |
2983 | | -TODO: Add test with existing image page |
| 2983 | +Add test with existing image page |
2984 | 2984 | #<p><a href="https://www.mediawiki.org/wiki/Image:Test" title="Image:Test">Image:test</a> |
2985 | 2985 | !! input |
2986 | 2986 | [[:Image:test]] |
— | — | @@ -4363,7 +4363,7 @@ |
4364 | 4364 | !! end |
4365 | 4365 | |
4366 | 4366 | !! test |
4367 | | -TODO: HTML bullet list, unclosed tags (bug 5497) |
| 4367 | +HTML bullet list, unclosed tags (bug 5497) |
4368 | 4368 | !! input |
4369 | 4369 | <ul> |
4370 | 4370 | <li>One |
— | — | @@ -4393,7 +4393,7 @@ |
4394 | 4394 | !! end |
4395 | 4395 | |
4396 | 4396 | !! test |
4397 | | -TODO: HTML ordered list, unclosed tags (bug 5497) |
| 4397 | +HTML ordered list, unclosed tags (bug 5497) |
4398 | 4398 | !! input |
4399 | 4399 | <ol> |
4400 | 4400 | <li>One |
— | — | @@ -4433,7 +4433,7 @@ |
4434 | 4434 | !! end |
4435 | 4435 | |
4436 | 4436 | !! test |
4437 | | -TODO: HTML nested bullet list, open tags (bug 5497) |
| 4437 | +HTML nested bullet list, open tags (bug 5497) |
4438 | 4438 | !! input |
4439 | 4439 | <ul> |
4440 | 4440 | <li>One |
— | — | @@ -4481,7 +4481,7 @@ |
4482 | 4482 | !! end |
4483 | 4483 | |
4484 | 4484 | !! test |
4485 | | -TODO: HTML nested ordered list, open tags (bug 5497) |
| 4485 | +HTML nested ordered list, open tags (bug 5497) |
4486 | 4486 | !! input |
4487 | 4487 | <ol> |
4488 | 4488 | <li>One |
— | — | @@ -4727,7 +4727,7 @@ |
4728 | 4728 | !! end |
4729 | 4729 | |
4730 | 4730 | !! test |
4731 | | -TODO: Parsing optional HTML elements (Bug 6171) |
| 4731 | +Parsing optional HTML elements (Bug 6171) |
4732 | 4732 | !! options |
4733 | 4733 | !! input |
4734 | 4734 | <table> |
— | — | @@ -4793,7 +4793,7 @@ |
4794 | 4794 | !! end |
4795 | 4795 | |
4796 | 4796 | !! test |
4797 | | -TODO: Inline HTML vs wiki block nesting |
| 4797 | +Inline HTML vs wiki block nesting |
4798 | 4798 | !! input |
4799 | 4799 | <b>Bold paragraph |
4800 | 4800 | |
— | — | @@ -4806,7 +4806,7 @@ |
4807 | 4807 | |
4808 | 4808 | |
4809 | 4809 | !!test |
4810 | | -TODO: Mixing markup for italics and bold |
| 4810 | +Mixing markup for italics and bold |
4811 | 4811 | !! options |
4812 | 4812 | !! input |
4813 | 4813 | '''bold''''''bold''bolditalics''''' |
— | — | @@ -6000,7 +6000,7 @@ |
6001 | 6001 | # XML error: Mismatched tag at byte 6120: |
6002 | 6002 | # ...<dd> </dt></dl> </dd... |
6003 | 6003 | !! test |
6004 | | -TODO: dt/dd/dl test |
| 6004 | +dt/dd/dl test |
6005 | 6005 | !! input |
6006 | 6006 | :;;;:: |
6007 | 6007 | !! result |
— | — | @@ -6017,7 +6017,7 @@ |
6018 | 6018 | |
6019 | 6019 | # Images with the "|" character in external URLs in comment tags; Eats half the comment, leaves unmatched "</a>" tag. |
6020 | 6020 | !! test |
6021 | | -TODO: Images with the "|" character in the comment |
| 6021 | +Images with the "|" character in the comment |
6022 | 6022 | !! input |
6023 | 6023 | [[image:Foobar.jpg|thumb|An [http://test/?param1=|left|¶m2=|x external] URL]] |
6024 | 6024 | !! result |
— | — | @@ -6085,7 +6085,7 @@ |
6086 | 6086 | |
6087 | 6087 | # Question: should result be "/index.php?title=Subpage_test/L1&action=edit" instead? |
6088 | 6088 | !! test |
6089 | | -TODO: Parents of subpages, two levels up, without trailing slash or name. |
| 6089 | +Parents of subpages, two levels up, without trailing slash or name. |
6090 | 6090 | !! options |
6091 | 6091 | subpage title=[[Subpage test/L1/L2/L3]] |
6092 | 6092 | !! input |
— | — | @@ -6098,7 +6098,7 @@ |
6099 | 6099 | # Question: Why should the link text in the above test be "../..", yet in this test the "../.." part is silently dropped? |
6100 | 6100 | # Current result: <p><a href="https://www.mediawiki.org/index.php?title=Subpage_test/L1////&action=edit" class="new" title="Subpage test/L1////">/// |
6101 | 6101 | !! test |
6102 | | -TODO: Parents of subpages, two levels up, with lots of extra trailing slashes. |
| 6102 | +Parents of subpages, two levels up, with lots of extra trailing slashes. |
6103 | 6103 | !! options |
6104 | 6104 | subpage title=[[Subpage test/L1/L2/L3]] |
6105 | 6105 | !! input |
— | — | @@ -6123,7 +6123,7 @@ |
6124 | 6124 | !! end |
6125 | 6125 | |
6126 | 6126 | !! test |
6127 | | -TODO: Don't fall for the self-closing div |
| 6127 | +Don't fall for the self-closing div |
6128 | 6128 | !! input |
6129 | 6129 | <div>hello world</div/> |
6130 | 6130 | !! result |