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 efb42a9 commit 524fdd6Copy full SHA for 524fdd6
S03-junctions/autothreading.t
@@ -374,7 +374,7 @@ subtest 'smartmatch against Bool:U' => {
374
ok all(False, False) ~~ Bool, 'all (true by False Bool)';
375
ok all(True, False) ~~ Bool, 'all (true by Mixed Bools)';
376
nok all(42, "foo") ~~ Bool, 'all (false; no Bools)';
377
- nok all(42, False) ~~ Bool, 'all (false not are Bools)';
+ nok all(42, False) ~~ Bool, 'all (false not all are Bools)';
378
379
ok one(42, True ) ~~ Bool, 'one (true by True Bool)';
380
ok one(42, False) ~~ Bool, 'one (true by False Bool)';
0 commit comments