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