Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Refudge for niecza.
  • Loading branch information
colomon committed Aug 13, 2012
1 parent d49c1dc commit 6793373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-str/substr.t
Expand Up @@ -65,10 +65,10 @@ plan 90;
}

#?pugs skip 'chrs'
#?niecza todo "substr bug"
{ # codepoints greater than 0xFFFF
my $str = join '', 0x10426.chr, 0x10427.chr;
is $str.codes, 2, "Sanity check string";
#?niecza 2 todo "substr bug"
is substr($str, 0, 1), 0x10426.chr, "Taking first char of Deseret string";
is substr($str, 1, 1), 0x10427.chr, "Taking second char of Deseret string";
}
Expand Down

0 comments on commit 6793373

Please sign in to comment.