comparison tests/test-stabletailgraph.t @ 50462:e06331275a53

stabletailgraph: clarify omission of linear parts in test sorts Those are not interesting and are collapsed using globs. Only the tagged nodes are interesting.
author pacien <pacien.trangirard@pacien.net>
date Fri, 28 Apr 2023 12:12:42 +0200
parents a6522a7de594
children 8fb3e942473a
comparison
equal deleted inserted replaced
50461:a6522a7de594 50462:e06331275a53
6 non-trivial structure, on which the various stable-tail graph and stable-tail 6 non-trivial structure, on which the various stable-tail graph and stable-tail
7 sort functions are tested. 7 sort functions are tested.
8 8
9 Each case consists of the creation of the interesting graph structure, followed 9 Each case consists of the creation of the interesting graph structure, followed
10 by a check, for each noteworthy node, of: 10 by a check, for each noteworthy node, of:
11 - the stable-tail sort output. 11 - the stable-tail sort output (with the linear parts globbed).
12 12
13 In the ASCII art of the diagrams, the side of the exclusive part which is 13 In the ASCII art of the diagrams, the side of the exclusive part which is
14 followed in priority is denoted with "<" or ">" if it is on the left or right 14 followed in priority is denoted with "<" or ">" if it is on the left or right
15 respectively. 15 respectively.
16 16