hdf5/tools/testfiles/tordergr1.ddl

22 lines
378 B
Plaintext
Raw Normal View History

#############################
Expected output for 'h5dump --group=1 --sort_by=creation_order --sort_order=ascending tordergr.h5'
#############################
HDF5 "tordergr.h5" {
GROUP "1" {
GROUP "c" {
}
GROUP "b" {
}
GROUP "a" {
GROUP "a1" {
}
GROUP "a2" {
GROUP "a22" {
}
GROUP "a21" {
}
}
}
}
}