From 9689729cc31b1973ca113e00550fc72dc922b7fe Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 7 Oct 2011 20:18:17 +0000 Subject: [PATCH] Tests for bug 31490 : turkish magic word with a 'i' are broken :d The 4 first tests fails and need fixing :-) Follow up r84057 --- tests/parser/bug31490.txt | 55 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 tests/parser/bug31490.txt 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 + -- 2.20.1