feat(dot): add indents queries

* feat(dot): add indents queries

* add: tests

* fix: test
This commit is contained in:
Luckas 2024-03-15 03:18:33 +03:00 committed by GitHub
parent 3ae78f376c
commit 904f373fc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,8 @@
digraph {
node [
shape=ellipse,
];
subgraph sub {
a1 -> a2 -> a3;
}
}