Test: FIR CFA: sort edges by style & target node id

This commit is contained in:
pyos
2022-11-29 15:12:05 +01:00
committed by Dmitriy Novozhilov
parent 7ee1b75e43
commit faf0129a5d
89 changed files with 662 additions and 694 deletions
@@ -66,14 +66,14 @@ digraph elvis_kt {
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {16 13};
12 -> {13 16};
13 -> {14};
14 -> {29};
14 -> {15} [style=dotted];
15 -> {17} [style=dotted];
16 -> {17};
17 -> {18};
18 -> {20 19};
18 -> {19 20};
19 -> {27};
20 -> {21};
21 -> {22};
@@ -157,7 +157,7 @@ digraph elvis_kt {
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {38 37};
36 -> {37 38};
37 -> {45};
38 -> {39};
39 -> {40};
@@ -172,7 +172,7 @@ digraph elvis_kt {
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {52 51};
50 -> {51 52};
51 -> {59};
52 -> {53};
53 -> {54};
@@ -185,7 +185,7 @@ digraph elvis_kt {
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {66 63};
62 -> {63 66};
63 -> {64};
64 -> {65};
65 -> {67};