source:
cpp/tests/paramtree_stdin_test.goal
@
1252
Last change on this file since 1252 was 1009, checked in by , 4 years ago | |
---|---|
File size: 317 bytes |
Line | |
---|---|
1 | (loading group names from stdin) |
2 | 7 groups |
3 | |
4 | └─┬ [Tree root] (not a group) |
5 | ├─┬ a (g=0,"a") |
6 | │ ├── z (g=2,"a: z") |
7 | │ ├─┬ b (g=3,"a: b") |
8 | │ │ ├── d (g=1,"a: b: d") |
9 | │ │ └── c (g=4,"a: b: c") |
10 | │ └── y (g=5,"a: y") |
11 | └── A (g=6,"A") |
12 |
Note: See TracBrowser
for help on using the repository browser.