Tests for bug 31490 : turkish magic word with a 'i' are broken :d
[lhc/web/wiklou.git] / tests / parser / bug31490.txt
1 !! test
2 Bug31490 Turkish: ucfirst 'blah'
3 !! options
4 language=tr
5 !! input
6 {{ucfirst:blah}}
7 !! result
8 <p>Blah
9 </p>
10 !! end
11
12 !! test
13 Bug31490 Turkish: ucfirst 'ix'
14 !! options
15 language=tr
16 !! input
17 {{ucfirst:ix}}
18 !! result
19 <p>Ix
20 </p>
21 !! end
22
23 !! test
24 Bug31490 Turkish: lcfirst 'BLAH'
25 !! options
26 language=tr
27 !! input
28 {{lcfirst:BLAH}}
29 !! result
30 <p>bLAH
31 </p>
32 !! end
33
34 !! test
35 Bug31490 Turkish: ucfırst (with a dotless i)
36 !! options
37 language=tr
38 !! input
39 {{ucfırst:blah}}
40 !! result
41 <p><a href="/index.php?title=Template:Ucf%C4%B1rst:blah&amp;action=edit&amp;redlink=1" class="new" title="Template:Ucfırst:blah (page does not exist)">Template:Ucfırst:blah</a>
42 </p>
43 !! end
44
45 !! test
46 Bug31490 ucfırst (with a dotless i) with English language
47 !! options
48 language=en
49 !! input
50 {{ucfırst:blah}}
51 !! result
52 <p><a href="/index.php?title=Template:Ucf%C4%B1rst:blah&amp;action=edit&amp;redlink=1" class="new" title="Template:Ucfırst:blah (page does not exist)">Template:Ucfırst:blah</a>
53 </p>
54 !! end
55