Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add an RT ref
  • Loading branch information
coke committed Aug 4, 2014
1 parent e9d171f commit f5c6cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-str/indent.t
Expand Up @@ -137,7 +137,7 @@ is "a\n\nb\n".indent(2).perl,
".indent ignores empty lines";

#?niecza skip "weird scalar input"
#?rakudo skip 'coercion to Int'
#?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 f5c6cb1

Please sign in to comment.