source: cpp/tests/paramtree_stdin_test.goal @ 1130

Last change on this file since 1130 was 1009, checked in by Maciej Komosinski, 4 years ago

Added tests for most SDK demo programs

File size: 317 bytes
Line 
1(loading group names from stdin)
27 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.