Skip to content

Commit a80e467

Browse files
committed
Fudge tests for .tc on JVM
1 parent 2c9f42e commit a80e467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S32-str/tc.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ is tc(""), "", "empty string";
1111
is tc("üüüü"), "Üüüü", "umlaut";
1212
is tc("óóóó"), "Óóóó", "accented chars";
1313
# RT #124683
14+
#?rakudo.jvm 2 todo 'RT #124683'
1415
is tc('ßß'), 'Ssß', 'sharp s => Ss';
1516
is tc('lj'), 'Lj', 'lj => Lj (in one character)';
1617
is 'abc'.tc, 'Abc', 'method form of title case';

0 commit comments

Comments
 (0)