Skip to content

Commit

Permalink
Add failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons committed Aug 30, 2024
1 parent 1ec2be4 commit 29a624d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tst/standard/attr.tst
Original file line number Diff line number Diff line change
Expand Up @@ -2825,6 +2825,12 @@ gap> D := Digraph([[2, 3], [3, 5], [1, 2, 4], [2, 3], [3]]);
<immutable digraph with 5 vertices, 10 edges>
gap> VertexConnectivity(D);
2
gap> D := DigraphFromGraph6String("NoCQ@?EAS_C`QA?c_Kg");;
gap> VertexConnectivity(D);
3
gap> D := DigraphFromGraph6String("HoStIv{");;
gap> VertexConnectivity(D);
4

# Semimodular lattices
gap> D := DigraphFromDigraph6String("&C[o?");
Expand Down

0 comments on commit 29a624d

Please sign in to comment.