Skip to content

Commit

Permalink
Unfudge tests for final sigma semantics.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 9, 2015
1 parent cb062b4 commit 57b8aa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-str/lc.t
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ is("ÁÉÍÖÜÓŰŐÚ".lc, "áéíöüóűőú", ".lc on Hungarian vowels");
# position and "σ" elsewhere."

#?niecza 3 todo 'advanced Unicode wizardry'
#?rakudo.moar 3 todo 'case folding, MoarVM #87 RT #124689'
is 'ΣΣΣ'.lc, 'σσς', 'lower-casing of greek Sigma respects word-final special case (EOS)';
is 'ΣΣΣ.'.lc, 'σσς.', 'lower-casing of greek Sigma respects word-final special case (.)';
is 'ΣΣΣ '.lc, 'σσς ', 'lower-casing of greek Sigma respects word-final special case (ws)';
Expand Down

0 comments on commit 57b8aa5

Please sign in to comment.