diff options
Diffstat (limited to 'tools/testfiles/tordergr1.ddl')
-rw-r--r-- | tools/testfiles/tordergr1.ddl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/testfiles/tordergr1.ddl b/tools/testfiles/tordergr1.ddl new file mode 100644 index 0000000..a78fc0f --- /dev/null +++ b/tools/testfiles/tordergr1.ddl @@ -0,0 +1,21 @@ +############################# +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" { + } + } + } +} +} |