Skip to content

Commit 29a624d

Browse files
committed
Add failing tests
1 parent 1ec2be4 commit 29a624d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tst/standard/attr.tst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,6 +2825,12 @@ gap> D := Digraph([[2, 3], [3, 5], [1, 2, 4], [2, 3], [3]]);
28252825
<immutable digraph with 5 vertices, 10 edges>
28262826
gap> VertexConnectivity(D);
28272827
2
2828+
gap> D := DigraphFromGraph6String("NoCQ@?EAS_C`QA?c_Kg");;
2829+
gap> VertexConnectivity(D);
2830+
3
2831+
gap> D := DigraphFromGraph6String("HoStIv{");;
2832+
gap> VertexConnectivity(D);
2833+
4
28282834

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

0 commit comments

Comments
 (0)