Skip to content

Instantly share code, notes, and snippets.

@dogbert17
Created May 1, 2017 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dogbert17/1641b0e6e02f19d8d41a4aefe09067ed to your computer and use it in GitHub Desktop.
Save dogbert17/1641b0e6e02f19d8d41a4aefe09067ed to your computer and use it in GitHub Desktop.
Test for RT #131240
# RT 130240
{
my SetHash $set = SetHash.new;
my $i = 1001;
$set{$i} = True;
$i++;
is $set.pick, 1001, "SetHash retains object, not container";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment