Skip to content

Commit 57bff55

Browse files
committed
Unfudge .tc tests we now pass.
1 parent d87b60f commit 57bff55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-str/tc.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ is tc("hello world"), "Hello world", "simple";
1010
is tc(""), "", "empty string";
1111
is tc("üüüü"), "Üüüü", "umlaut";
1212
is tc("óóóó"), "Óóóó", "accented chars";
13-
#?rakudo 2 todo 'NYI RT #124683'
13+
# RT #124683
1414
is tc('ßß'), 'Ssß', 'sharp s => Ss';
1515
is tc('lj'), 'Lj', 'lj => Lj (in one character)';
1616
is 'abc'.tc, 'Abc', 'method form of title case';

0 commit comments

Comments
 (0)