source:
cpp/tests/paramtree_stdin_test.goal
@
1257
Last change on this file since 1257 was 1009, checked in by , 4 years ago | |
---|---|
File size: 317 bytes |
Rev | Line | |
---|---|---|
[1009] | 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.