summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tall-7.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tall-7.ddl')
-rw-r--r--tools/testfiles/tall-7.ddl9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/testfiles/tall-7.ddl b/tools/testfiles/tall-7.ddl
new file mode 100644
index 0000000..f0ad5ea
--- /dev/null
+++ b/tools/testfiles/tall-7.ddl
@@ -0,0 +1,9 @@
+HDF5 "tall.h5" {
+ATTRIBUTE "attr1" {
+ DATATYPE H5T_STD_I8BE
+ DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
+ DATA {
+ (0): 97, 98, 99, 100, 101, 102, 103, 104, 105, 0
+ }
+}
+}