Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge tests for .tc on JVM
  • Loading branch information
usev6 committed Nov 21, 2015
1 parent 2c9f42e commit a80e467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-str/tc.t
Expand Up @@ -11,6 +11,7 @@ is tc(""), "", "empty string";
is tc("眉眉眉眉"), "脺眉眉眉", "umlaut";
is tc("贸贸贸贸"), "脫贸贸贸", "accented chars";
# RT #124683
#?rakudo.jvm 2 todo 'RT #124683'
is tc('脽脽'), 'Ss脽', 'sharp s => Ss';
is tc(''), '', 'lj => Lj (in one character)';
is 'abc'.tc, 'Abc', 'method form of title case';
Expand Down

0 comments on commit a80e467

Please sign in to comment.