https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106987

Revision: 106987
Author:   siebrand
Date:     2011-12-21 21:59:38 +0000 (Wed, 21 Dec 2011)
Log Message:
-----------
Add test and output for {{#time:d F Y|1988-02-28|nl}}. This test should pass.

Would be nice if it was possible to add a test for {{#time:d F 
Y|1988-02-28|user}} where user language is "nl", because that does not work. 
Ref bug 28655 comment 10 and comment 17.

Modified Paths:
--------------
    trunk/extensions/ParserFunctions/funcsParserTests.txt

Modified: trunk/extensions/ParserFunctions/funcsParserTests.txt
===================================================================
--- trunk/extensions/ParserFunctions/funcsParserTests.txt       2011-12-21 
21:56:16 UTC (rev 106986)
+++ trunk/extensions/ParserFunctions/funcsParserTests.txt       2011-12-21 
21:59:38 UTC (rev 106987)
@@ -85,6 +85,15 @@
 !! end
 
 !! test
+Explicitely specified output language (Dutch)
+!! input
+{{#time:d F Y|1988-02-28|nl}}
+!! result
+<p>28 februari 1988
+</p>
+!! end
+
+!! test
 Bug 19093: Default values don't fall through in switch
 !! input
 <{{#switch: foo | bar | #default = DEF }}>


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to