summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tordergr1.ddl
blob: 0fa74d92f828a2bf3c654f6d5fe85cf26c251a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
HDF5 "tordergr.h5" {
GROUP "1" {
   GROUP "c" {
   }
   GROUP "b" {
   }
   GROUP "a" {
      GROUP "a1" {
      }
      GROUP "a2" {
         GROUP "a22" {
         }
         GROUP "a21" {
         }
      }
   }
}
}