summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/expected/tcomp-3.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5dump/expected/tcomp-3.ddl')
-rw-r--r--tools/test/h5dump/expected/tcomp-3.ddl34
1 files changed, 34 insertions, 0 deletions
diff --git a/tools/test/h5dump/expected/tcomp-3.ddl b/tools/test/h5dump/expected/tcomp-3.ddl
new file mode 100644
index 0000000..0294220
--- /dev/null
+++ b/tools/test/h5dump/expected/tcomp-3.ddl
@@ -0,0 +1,34 @@
+HDF5 "tcompound.h5" {
+DATATYPE "/#6632" H5T_COMPOUND {
+ H5T_STD_I32BE "int";
+ H5T_IEEE_F32BE "float";
+}
+GROUP "/group2" {
+ DATASET "dset5" {
+ DATATYPE "/#6632"
+ DATASPACE SIMPLE { ( 5 ) / ( 5 ) }
+ DATA {
+ (0): {
+ 0,
+ 0
+ },
+ (1): {
+ 1,
+ 0.1
+ },
+ (2): {
+ 2,
+ 0.2
+ },
+ (3): {
+ 3,
+ 0.3
+ },
+ (4): {
+ 4,
+ 0.4
+ }
+ }
+ }
+}
+}