mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-12 15:04:59 +08:00
22 lines
378 B
Plaintext
22 lines
378 B
Plaintext
|
#############################
|
||
|
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" {
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|