Skip to content

Commit

Permalink
fudge for niecza
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Aug 24, 2013
1 parent f9ed594 commit ad7a961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S29-conversions/ord_and_chr.t
Expand Up @@ -153,6 +153,7 @@ is (65..75).chrs.ords, '65 66 67 68 69 70 71 72 73 74 75', "chrs > ords round-tr
#?niecza skip "multi-arg variants of chr not in place yet"
is chr(104, 101, 108, 108, 111), 'hello', 'chr works with a list of ints';

#?niecza 4 skip "chr handling of invalid code-points"
dies_ok {chr(0xD800)}, "chr of surrogate";
dies_ok {chr(0x2FFFE)}, "chr of noncharacter";
dies_ok {chr(0x2FFFF)}, "chr of noncharacter";
Expand Down

0 comments on commit ad7a961

Please sign in to comment.