r97821 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97820‎ | r97821 | r97822 >
Date:16:00, 22 September 2011
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
Parser test for bug 31098, disabled of course
Modified paths:
  • /trunk/phase3/tests/parser/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/parser/parserTests.txt
@@ -8770,6 +8770,35 @@
87718771 </p>
87728772 !! end
87738773
 8774+!! article
 8775+Mediawiki:loop1
 8776+!! text
 8777+{{Identical|A}}
 8778+!! endarticle
 8779+
 8780+!! article
 8781+Mediawiki:loop2
 8782+!! text
 8783+{{Identical|B}}
 8784+!! endarticle
 8785+
 8786+!! article
 8787+Template:Identical
 8788+!! text
 8789+{{int:loop1}}
 8790+{{int:loop2}}
 8791+!! endarticle
 8792+
 8793+!! test
 8794+Bug 31098 Template which includes system messages which includes the template
 8795+!! options
 8796+disabled
 8797+!! input
 8798+{{Identical}}
 8799+!! result
 8800+...
 8801+!! end
 8802+
87748803 TODO:
87758804 more images
87768805 more tables

Follow-up revisions

RevisionCommit summaryAuthorDate
r97849Re-do r96798 ("LanguageConverter now depends on the page content language"), ...robin20:31, 22 September 2011
r101291Bug 31098: Template loop through MediaWiki: messages (int: function) not bein...platonides22:22, 29 October 2011
r102520REL1_18 MFT r97821reedy15:20, 9 November 2011
r102544Move up the r102520 tests added by r97821, so that it matches with the positi...platonides17:36, 9 November 2011

Comments

#Comment by Platonides (talk | contribs)   22:27, 29 October 2011

Your ... in result confused me (i thought it was the output, and the sensible thing I got from mediawiki the expected one).

Next time you make with undefined output, could you give some text eg. "Not to fail Bug 31098"?

#Comment by Nikerabbit (talk | contribs)   08:22, 30 October 2011

Ok.

#Comment by Reedy (talk | contribs)   15:17, 9 November 2011

Is there any need/use merging parsertests to 1.18wmf1? :/

#Comment by Hashar (talk | contribs)   15:18, 9 November 2011

Nop. Jenkins use REL1_18 for now.

Status & tagging log