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
+5 -5
View File
@@ -92,21 +92,21 @@ digraph when_kt {
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {40 8};
7 -> {8 40};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {35 15};
14 -> {15 35};
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {29 22};
21 -> {22 29};
22 -> {23};
23 -> {24};
24 -> {25};
@@ -199,13 +199,13 @@ digraph when_kt {
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {65 61};
60 -> {61 65};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
66 -> {68 67};
66 -> {67 68};
67 -> {75};
68 -> {69};
69 -> {70};