Skip to content

Commit

Permalink
network with self connection
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed May 18, 2024
1 parent 52a99e7 commit 079aba8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/sources/self.gv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
digraph self {
1->2
2->2
}

0 comments on commit 079aba8

Please sign in to comment.