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
@@ -56,7 +56,7 @@ digraph lambdaInWhenBranch_kt {
}
14 [label="Exit function copy" style="filled" fillcolor=red];
}
13 -> {15 14};
13 -> {14 15};
15 -> {16};
15 -> {15} [style=dashed];
16 -> {17};
@@ -68,8 +68,8 @@ digraph lambdaInWhenBranch_kt {
20 [label="Exit class SubClass1" style="filled" fillcolor=red];
}
18 -> {19} [color=green];
19 -> {20} [style=dotted];
19 -> {8} [color=green];
19 -> {20} [style=dotted];
19 -> {8} [style=dashed];
subgraph cluster_8 {
@@ -203,7 +203,7 @@ digraph lambdaInWhenBranch_kt {
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {45 36};
35 -> {36 45};
36 -> {37};
37 -> {38};
38 -> {39};
@@ -216,11 +216,11 @@ digraph lambdaInWhenBranch_kt {
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {82 50};
48 -> {50 82};
48 -> {49} [style=dotted];
48 -> {82} [style=dashed];
49 -> {53} [color=red];
49 -> {50} [color=green];
49 -> {53} [color=red];
50 -> {51};
51 -> {52};
52 -> {53};
@@ -232,7 +232,7 @@ digraph lambdaInWhenBranch_kt {
58 -> {59};
59 -> {60};
60 -> {61};
61 -> {71 62};
61 -> {62 71};
62 -> {63};
63 -> {64};
64 -> {65};