Skip to content

Commit ee5778e

Browse files
committed
Fudge for Niecza.
1 parent 629ff33 commit ee5778e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

S03-operators/bag.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ is showkv($s ∩ $b), "blood:1 love:1", "Set intersection with Bag works";
4848
isa_ok ($s $b), Bag, "... and it's actually a Bag";
4949
is showkv($s $kb), "blood:1 love:1", "Set intersection with KeyBag works";
5050
isa_ok ($s $kb), Bag, "... and it's actually a Bag";
51+
#?niecza todo 'Right now this works as $kb ∩ glag ∩ green ∩ blood. Test may be wrong?'
5152
is showkv($kb <glad green blood>), "blood:1", "KeyBag intersection with array of strings works";
5253
isa_ok ($kb <glad green blood>), Bag, "... and it's actually a Bag";
5354

5455
is showkv($s (&) $b), "blood:1 love:1", "Set intersection with Bag works (texas)";
5556
isa_ok ($s (&) $b), Bag, "... and it's actually a Bag";
5657
is showkv($s (&) $kb), "blood:1 love:1", "Set intersection with KeyBag works (texas)";
5758
isa_ok ($s (&) $kb), Bag, "... and it's actually a Bag";
59+
#?niecza todo 'Right now this works as $kb ∩ glag ∩ green ∩ blood. Test may be wrong?'
5860
is showkv($kb (&) <glad green blood>), "blood:1", "KeyBag intersection with array of strings works (texas)";
5961
isa_ok ($kb (&) <glad green blood>), Bag, "... and it's actually a Bag";
6062

0 commit comments

Comments
 (0)