mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
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.
This commit is contained in:
parent
ee97278b4d
commit
aabd2bf24f
Notes:
Siebrand Mazeland
2011-12-21 21:59:38 +00:00
|
@ -84,6 +84,15 @@ Explicitly specified timezone: America/New_York (UTC-5)
|
|||
</p>
|
||||
!! 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
|
||||
|
|
Loading…
Reference in a new issue