summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tordergr4.ddl
blob: 5f5c45491f795936956f98f488e7197bc4fc313d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#############################
Expected output for 'h5dump -g 2 -q name -z descending tordergr.h5'
#############################
HDF5 "tordergr.h5" {
GROUP "2" {
   GROUP "c" {
   }
   GROUP "b" {
   }
   GROUP "a" {
      GROUP "a2" {
         GROUP "a22" {
         }
         GROUP "a21" {
         }
      }
      GROUP "a1" {
      }
   }
}
}