From: Antoine Musso Date: Fri, 7 Oct 2011 20:18:17 +0000 (+0000) Subject: Tests for bug 31490 : turkish magic word with a 'i' are broken :d X-Git-Tag: 1.31.0-rc.0~27202 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=9689729cc31b1973ca113e00550fc72dc922b7fe;p=lhc%2Fweb%2Fwiklou.git Tests for bug 31490 : turkish magic word with a 'i' are broken :d The 4 first tests fails and need fixing :-) Follow up r84057 --- diff --git a/tests/parser/bug31490.txt b/tests/parser/bug31490.txt new file mode 100644 index 0000000000..ca28ad7283 --- /dev/null +++ b/tests/parser/bug31490.txt @@ -0,0 +1,55 @@ +!! test +Bug31490 Turkish: ucfirst 'blah' +!! options +language=tr +!! input +{{ucfirst:blah}} +!! result +

Blah +

+!! end + +!! test +Bug31490 Turkish: ucfirst 'ix' +!! options +language=tr +!! input +{{ucfirst:ix}} +!! result +

Ix +

+!! end + +!! test +Bug31490 Turkish: lcfirst 'BLAH' +!! options +language=tr +!! input +{{lcfirst:BLAH}} +!! result +

bLAH +

+!! end + +!! test +Bug31490 Turkish: ucfırst (with a dotless i) +!! options +language=tr +!! input +{{ucfırst:blah}} +!! result +

Template:Ucfırst:blah +

+!! end + +!! test +Bug31490 ucfırst (with a dotless i) with English language +!! options +language=en +!! input +{{ucfırst:blah}} +!! result +

Template:Ucfırst:blah +

+!! end +