We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9f42e commit a80e467Copy full SHA for a80e467
S32-str/tc.t
@@ -11,6 +11,7 @@ is tc(""), "", "empty string";
11
is tc("üüüü"), "Üüüü", "umlaut";
12
is tc("óóóó"), "Óóóó", "accented chars";
13
# RT #124683
14
+#?rakudo.jvm 2 todo 'RT #124683'
15
is tc('ßß'), 'Ssß', 'sharp s => Ss';
16
is tc('lj'), 'Lj', 'lj => Lj (in one character)';
17
is 'abc'.tc, 'Abc', 'method form of title case';
0 commit comments