Skip to content

Commit

Permalink
Fix faulty not a proper subset test
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 13, 2017
1 parent 7775417 commit ab07be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/mix.t
Expand Up @@ -174,7 +174,7 @@ ok mix(my @large_arr = ("a"...*)[^50000]), "... a large array goes into a bar -
ok $bub βŠ† $buper, "βŠ† - {$bub.gist} is a submix of {$buper.gist}";
ok $buper ⊈ $bub, "⊈ - {$buper.gist} is not a submix of {$bub.gist}";
ok $bub βŠƒ $b, "βŠƒ - {$bub.gist} is a strict supermix of {$b.gist}";
ok $buper βŠ… $bub, "βŠ… - {$buper.gist} is not a strict supermix of {$bub.gist}";
nok $buper βŠ… $bub, "βŠ… - {$buper.gist} is not a strict supermix of {$bub.gist}";
ok $buper βŠ‡ $bub, "βŠ‡ - {$buper.gist} is a supermix of {$bub.gist}";
ok $bub βŠ‰ $buper, "βŠ‰ - {$bub.gist} is not a supermix of {$buper.gist}";
ok $b (<) $bub, "(<) - {$b.gist} is a strict submix of {$bub.gist} (texas)";
Expand Down

0 comments on commit ab07be7

Please sign in to comment.