diff options
Diffstat (limited to 'tools/testfiles/tordergr3.ddl')
-rw-r--r-- | tools/testfiles/tordergr3.ddl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/testfiles/tordergr3.ddl b/tools/testfiles/tordergr3.ddl new file mode 100644 index 0000000..c948ccb --- /dev/null +++ b/tools/testfiles/tordergr3.ddl @@ -0,0 +1,21 @@ +############################# +Expected output for 'h5dump -g 2 -q name -z ascending tordergr.h5' +############################# +HDF5 "tordergr.h5" { +GROUP "2" { + GROUP "a" { + GROUP "a1" { + } + GROUP "a2" { + GROUP "a21" { + } + GROUP "a22" { + } + } + } + GROUP "b" { + } + GROUP "c" { + } +} +} |