r65906 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65905‎ | r65906 | r65907 >
Date:16:32, 4 May 2010
Author:platonides
Status:ok
Tags:
Comment:
Fixed a couple of typos.
'Parents of subpages, two levels up' test from r17687 was working but the expected result was wrong.
Added a second link to also take trailing text into account.
Modified paths:
  • /trunk/phase3/maintenance/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.txt
@@ -2603,7 +2603,7 @@
26042604 Template:MSGNW test
26052605 !! text
26062606 ''None'' of '''this''' should be
2607 -* interepreted
 2607+* interpreted
26082608 but rather passed unmodified
26092609 {{test}}
26102610 !! endarticle
@@ -2617,7 +2617,7 @@
26182618 {{msgnw:MSGNW test}}
26192619 !! result
26202620 <p>''None'' of '''this''' should be
2621 -* interepreted
 2621+* interpreted
26222622 but rather passed unmodified
26232623 {{test}}
26242624 </p>
@@ -4821,7 +4821,7 @@
48224822 !! input
48234823 <br id=9 />
48244824 !! result
4825 -Something, but defenetly not <br id="9" />...
 4825+Something, but definitely not <br id="9" />...
48264826 !! end
48274827
48284828 !! test
@@ -6718,12 +6718,14 @@
67196719 !! test
67206720 Parents of subpages, two levels up
67216721 !! options
6722 -disabled
67236722 subpage title=[[Subpage test/L1/L2/L3]]
67246723 !! input
67256724 [[../../|L1]]2
 6725+
 6726+[[../../|L1]]l
67266727 !! result
6727 -<p><a href="https://www.mediawiki.org/index.php?title=Subpage_test/L1&amp;action=edit&amp;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&amp;action=edit&amp;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&amp;action=edit&amp;redlink=1" class="new" title="Subpage test/L1 (page does not exist)">L1l</a>
67286730 </p>
67296731 !! end
67306732

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r17687* Add printing the names of tests whose status has just changed when using "-...nickj04:06, 15 November 2006

Status & tagging log