Skip to content

Commit

Permalink
Fudge for niecza.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Dec 23, 2011
1 parent 0956e55 commit 5c867ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S29-conversions/ord_and_chr.t
Expand Up @@ -150,13 +150,15 @@ is ('ABCDEFGHIJK').ords.chrs, 'ABCDEFGHIJK', "ords > chrs round-trips correctly"
is (65..75).chrs.ords, '65 66 67 68 69 70 71 72 73 74 75', "chrs > ords round-trips correctly";

#?rakudo skip 'multi-arg variants of chr not in place yet'
#?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';

#?rakudo skip 'ord of empty string'
ok !defined(ord("")), 'ord("") returns an undefined value';

# RT #65172
#?rakudo skip 'RT 65172'
#?niecza todo
{
is "\c[LATIN CAPITAL LETTER A, COMBINING DOT ABOVE]".ord,
555,
Expand Down

0 comments on commit 5c867ca

Please sign in to comment.