We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d171f commit f5c6cb1Copy full SHA for f5c6cb1
S32-str/indent.t
@@ -137,7 +137,7 @@ is "a\n\nb\n".indent(2).perl,
137
".indent ignores empty lines";
138
139
#?niecza skip "weird scalar input"
140
-#?rakudo skip 'coercion to Int'
+#?rakudo skip 'coercion to Int - RT #122469'
141
is "\ta\n b".indent(1).indent(16).indent(0).indent(*).perl,
142
"\ta\n b".indent(True).indent('0x10').indent('0e0').indent(*).perl,
143
'.indent accepts weird scalar input and coerces it to Int when necessary';
0 commit comments