summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/expected/tdset-3s.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5dump/expected/tdset-3s.ddl')
-rw-r--r--tools/test/h5dump/expected/tdset-3s.ddl15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/test/h5dump/expected/tdset-3s.ddl b/tools/test/h5dump/expected/tdset-3s.ddl
new file mode 100644
index 0000000..93bdac8
--- /dev/null
+++ b/tools/test/h5dump/expected/tdset-3s.ddl
@@ -0,0 +1,15 @@
+HDF5 "tdset.h5" {
+DATASET "/dset1" {
+ DATATYPE H5T_STD_I32BE
+ DATASPACE SIMPLE { ( 10, 20 ) / ( 10, 20 ) }
+ SUBSET {
+ START ( 1, 1 );
+ STRIDE ( 1, 1 );
+ COUNT ( 1, 1 );
+ BLOCK ( 1, 1 );
+ DATA {
+ (1,1): 2
+ }
+ }
+}
+}