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
@@ -71,11 +71,11 @@ digraph lambdas_kt {
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {13 12};
11 -> {12 13};
12 -> {20};
13 -> {14};
14 -> {15};
15 -> {16 23 17};
15 -> {16 17 23};
15 -> {23} [style=dashed];
16 -> {17};
16 -> {15} [color=green style=dashed];
@@ -143,11 +143,11 @@ digraph lambdas_kt {
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {38 37};
36 -> {37 38};
37 -> {44};
38 -> {39};
39 -> {40};
40 -> {47 41};
40 -> {41 47};
40 -> {47} [style=dashed];
41 -> {42};
42 -> {43};
@@ -217,7 +217,7 @@ digraph lambdas_kt {
}
62 -> {63};
63 -> {64};
64 -> {65 71 66};
64 -> {65 66 71};
64 -> {71} [style=dashed];
65 -> {66};
65 -> {64} [color=green style=dashed];
@@ -268,7 +268,7 @@ digraph lambdas_kt {
}
78 -> {79};
79 -> {80};
80 -> {81 87 82};
80 -> {81 82 87};
80 -> {87} [style=dashed];
81 -> {82};
81 -> {80} [color=green style=dashed];