Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -7251,6 +7251,33 @@ |
7252 | 7252 | </p> |
7253 | 7253 | !! end |
7254 | 7254 | |
| 7255 | +!! test |
| 7256 | +Formatted date |
| 7257 | +!! input |
| 7258 | +[[2009-03-24]] |
| 7259 | +!! result |
| 7260 | +<p><span class="mw-formatted-date" title="2009-03-24"><a href="https://www.mediawiki.org/index.php?title=2009&action=edit&redlink=1" class="new" title="2009 (page does not exist)">2009</a>-<a href="https://www.mediawiki.org/index.php?title=March_24&action=edit&redlink=1" class="new" title="March 24 (page does not exist)">03-24</a></span> |
| 7261 | +</p> |
| 7262 | +!!end |
| 7263 | + |
| 7264 | +!!test |
| 7265 | +Formatted unlinked date |
| 7266 | +!!input |
| 7267 | +{{formatdate:2009-03-24}} |
| 7268 | +!! result |
| 7269 | +<p><span class="mw-formatted-date" title="2009-03-24">2009-03-24</span> |
| 7270 | +</p> |
| 7271 | +!! end |
| 7272 | + |
| 7273 | +!!test |
| 7274 | +Formatted unlinked date with default format |
| 7275 | +!!input |
| 7276 | +{{formatdate:2009-03-24|mdy}} |
| 7277 | +!! result |
| 7278 | +<p><span class="mw-formatted-date" title="2009-03-24">March 24, 2009</span> |
| 7279 | +</p> |
| 7280 | +!! end |
| 7281 | + |
7255 | 7282 | # |
7256 | 7283 | # |
7257 | 7284 | # |