diff options
Diffstat (limited to 'tools/testfiles/tpbitsArray.ddl')
-rw-r--r-- | tools/testfiles/tpbitsArray.ddl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/testfiles/tpbitsArray.ddl b/tools/testfiles/tpbitsArray.ddl new file mode 100644 index 0000000..a20cbb2 --- /dev/null +++ b/tools/testfiles/tpbitsArray.ddl @@ -0,0 +1,17 @@ +############################# +Expected output for 'h5dump -d /Dataset1 -M 0,1,1,1 tarray1.h5' +############################# +HDF5 "tarray1.h5" { +DATASET "/Dataset1" { + DATATYPE H5T_ARRAY { [4] H5T_STD_I32LE } + DATASPACE SIMPLE { ( 4 ) / ( 4 ) } + PACKED_BITS OFFSET=0 LENGTH=1 + DATA { + (0): [ 0, 1, 0, 1 ], [ 0, 1, 0, 1 ], [ 0, 1, 0, 1 ], [ 0, 1, 0, 1 ] + } + PACKED_BITS OFFSET=1 LENGTH=1 + DATA { + (0): [ 0, 0, 1, 1 ], [ 1, 1, 0, 0 ], [ 0, 0, 1, 1 ], [ 1, 1, 0, 0 ] + } +} +} |