Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -2603,7 +2603,7 @@ |
2604 | 2604 | Template:MSGNW test |
2605 | 2605 | !! text |
2606 | 2606 | ''None'' of '''this''' should be |
2607 | | -* interepreted |
| 2607 | +* interpreted |
2608 | 2608 | but rather passed unmodified |
2609 | 2609 | {{test}} |
2610 | 2610 | !! endarticle |
— | — | @@ -2617,7 +2617,7 @@ |
2618 | 2618 | {{msgnw:MSGNW test}} |
2619 | 2619 | !! result |
2620 | 2620 | <p>''None'' of '''this''' should be |
2621 | | -* interepreted |
| 2621 | +* interpreted |
2622 | 2622 | but rather passed unmodified |
2623 | 2623 | {{test}} |
2624 | 2624 | </p> |
— | — | @@ -4821,7 +4821,7 @@ |
4822 | 4822 | !! input |
4823 | 4823 | <br id=9 /> |
4824 | 4824 | !! result |
4825 | | -Something, but defenetly not <br id="9" />... |
| 4825 | +Something, but definitely not <br id="9" />... |
4826 | 4826 | !! end |
4827 | 4827 | |
4828 | 4828 | !! test |
— | — | @@ -6718,12 +6718,14 @@ |
6719 | 6719 | !! test |
6720 | 6720 | Parents of subpages, two levels up |
6721 | 6721 | !! options |
6722 | | -disabled |
6723 | 6722 | subpage title=[[Subpage test/L1/L2/L3]] |
6724 | 6723 | !! input |
6725 | 6724 | [[../../|L1]]2 |
| 6725 | + |
| 6726 | +[[../../|L1]]l |
6726 | 6727 | !! result |
6727 | | -<p><a href="https://www.mediawiki.org/index.php?title=Subpage_test/L1&action=edit&redlink=1" class="new" title="Subpage test/L1 (page does not exist)">L1</a> |
| 6728 | +<p><a href="https://www.mediawiki.org/index.php?title=Subpage_test/L1&action=edit&redlink=1" class="new" title="Subpage test/L1 (page does not exist)">L1</a>2 |
| 6729 | +</p><p><a href="https://www.mediawiki.org/index.php?title=Subpage_test/L1&action=edit&redlink=1" class="new" title="Subpage test/L1 (page does not exist)">L1l</a> |
6728 | 6730 | </p> |
6729 | 6731 | !! end |
6730 | 6732 | |