File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,11 @@ plan 13;
41
41
42
42
ok truncate (Inf ) ~~ Inf , ' truncate(Inf) ~~ Inf' ;
43
43
# ?rakudo 3 todo 'Int conversion of NaN and Inf'
44
- # ?niecza 3 todo
45
44
ok NaN . Int === NaN , ' Inf.Int === Int' ;
46
45
ok Inf . Int === Inf , ' Inf.Int === Int' ;
47
46
ok (-Inf ). Int === (-Inf ), ' Inf.Int === Int' ;
48
47
49
48
# RT #70730
50
- # ?niecza todo
51
49
{
52
50
ok ( rand * Inf ) === Inf , ' multiply rand by Inf without maximum recursion depth exceeded' ;
53
51
}
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ dies_ok { my Digit $x = 3.1 },
57
57
' can create subset of hash' ;
58
58
59
59
subset Person of Hash where { . keys . sort ~~ <firstname lastname > }
60
- # ?niecza todo
61
60
lives_ok { my Person $ p = { : firstname<Alpha >, : lastname<Bravo > } },
62
61
' can create subset of hash with where' ;
63
62
dies_ok { my Person $ p = { : first<Charlie >, : last<Delta > } },
You can’t perform that action at this time.
0 commit comments