Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
un-todo indent test for RT #122469
  • Loading branch information
perlpilot committed Aug 4, 2014
1 parent ba67478 commit 328957c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-str/indent.t
Expand Up @@ -137,7 +137,6 @@ is "a\n\nb\n".indent(2).perl,
".indent ignores empty lines";

#?niecza skip "weird scalar input"
#?rakudo skip 'coercion to Int - RT #122469'
is "\ta\n b".indent(1).indent(16).indent(0).indent(*).perl,
"\ta\n b".indent(True).indent('0x10').indent('0e0').indent(*).perl,
'.indent accepts weird scalar input and coerces it to Int when necessary';
Expand Down

0 comments on commit 328957c

Please sign in to comment.