Skip to content

Commit f5c6cb1

Browse files
committed
add an RT ref
1 parent e9d171f commit f5c6cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-str/indent.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ is "a\n\nb\n".indent(2).perl,
137137
".indent ignores empty lines";
138138

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

0 commit comments

Comments
 (0)