Skip to content

Commit

Permalink
Add a test for Intersection([])
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspf committed Jul 7, 2016
1 parent b9dc3a0 commit 903a3a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tst/teststandard/bugfix.tst
Original file line number Diff line number Diff line change
Expand Up @@ -3106,6 +3106,10 @@ gap> sc := StabChainOp(Group((1,2)), rec(base := [3,2], reduced := false));;
gap> SCRSift(sc, (1,2));
()

# 2016/07/07 (MP, bug reported by email)
gap> Intersection([]);
[ ]

#############################################################################
gap> STOP_TEST( "bugfix.tst", 831990000);

Expand Down

0 comments on commit 903a3a5

Please sign in to comment.