Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some more fudges needed while waiting for pull request #138
Spotted by FROGGS++
  • Loading branch information
lizmat committed May 17, 2013
1 parent e53a16e commit 86f678d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-hash/exists-adverb.t
Expand Up @@ -37,6 +37,7 @@ sub gen_hash {

#?pugs 10 skip "no adverbials"
#?niecza 8 todo "adverbial pairs only used as True"
#?rakudo 8 todo "adverbial pairs only used as True"
ok !(%h1<c>:!exists), "Test non-exists with ! single key c";
ok %h1<X>:!exists, "Test non-exists with ! single key X";
ok !(%h1<c>:exists(0)), "Test non-exists with (0) single key c";
Expand Down

0 comments on commit 86f678d

Please sign in to comment.