summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tvms.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tvms.ddl')
-rw-r--r--tools/testfiles/tvms.ddl18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/testfiles/tvms.ddl b/tools/testfiles/tvms.ddl
new file mode 100644
index 0000000..359eab7
--- /dev/null
+++ b/tools/testfiles/tvms.ddl
@@ -0,0 +1,18 @@
+#############################
+Expected output for 'h5dump tvms.h5'
+#############################
+HDF5 "tvms.h5" {
+GROUP "/" {
+ DATASET "IntArray" {
+ DATATYPE H5T_VAX_F64
+ DATASPACE SIMPLE { ( 5, 6 ) / ( 5, 6 ) }
+ DATA {
+ (0,0): 0, 1, 2, 3, 4, 5,
+ (1,0): 1, 2, 3, 4, 5, 6,
+ (2,0): 2, 3, 4, 5, 6, 7,
+ (3,0): 3, 4, 5, 6, 7, 8,
+ (4,0): 4, 5, 6, 7, 8, 9
+ }
+ }
+}
+}