diff options
Diffstat (limited to 'tools/testfiles/torderattr4.ddl')
-rw-r--r-- | tools/testfiles/torderattr4.ddl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/testfiles/torderattr4.ddl b/tools/testfiles/torderattr4.ddl index 3e94ebd..95fdfea 100644 --- a/tools/testfiles/torderattr4.ddl +++ b/tools/testfiles/torderattr4.ddl @@ -3,6 +3,20 @@ Expected output for 'h5dump -H --sort_by=creation_order --sort_order=descending ############################# HDF5 "torderattr.h5" { GROUP "/" { + GROUP "g" { + ATTRIBUTE "a" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } + ATTRIBUTE "b" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } + ATTRIBUTE "c" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } + } DATASET "dset" { DATATYPE H5T_STD_U8LE DATASPACE SCALAR |