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 29a2813 commit b38771aCopy full SHA for b38771a
S32-hash/delete-adverb.t
@@ -122,9 +122,8 @@ sub gen_hash {
122
my $hi = %h<h i>:p;
123
#?pugs 4 skip "no adverbials"
124
#?niecza 3 todo "cannot combine adverbial pairs"
125
- #?rakudo 2 skip "pair with non-delete slice still fails"
126
is_deeply %h<h i>:p:!delete, $hi, "return pairs";
127
- is %h<h i>, $hi, "h i should not have been deleted";
+ is %h<h i>:p, $hi, "h i should not have been deleted";
128
is_deeply %h<h i>:p:delete, $hi, "slice pairs out";
129
is +%h, 19, "h i should be deleted now";
130
} #18
0 commit comments