summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/expected/tvldtypes2.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5dump/expected/tvldtypes2.ddl')
-rw-r--r--tools/test/h5dump/expected/tvldtypes2.ddl12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/test/h5dump/expected/tvldtypes2.ddl b/tools/test/h5dump/expected/tvldtypes2.ddl
new file mode 100644
index 0000000..5a91187
--- /dev/null
+++ b/tools/test/h5dump/expected/tvldtypes2.ddl
@@ -0,0 +1,12 @@
+HDF5 "tvldtypes2.h5" {
+GROUP "/" {
+ DATASET "Dataset1" {
+ DATATYPE H5T_VLEN { H5T_VLEN { H5T_STD_U32LE } }
+ DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
+ DATA {
+ (0): ((0)), ((100), (110, 111)), ((200), (210, 211), (220, 221, 222)),
+ (3): ((300), (310, 311), (320, 321, 322), (330, 331, 332, 333))
+ }
+ }
+}
+}