summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tattr-2.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tattr-2.ddl')
-rw-r--r--tools/testfiles/tattr-2.ddl8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/testfiles/tattr-2.ddl b/tools/testfiles/tattr-2.ddl
index 2c39ae2..ccccb8d 100644
--- a/tools/testfiles/tattr-2.ddl
+++ b/tools/testfiles/tattr-2.ddl
@@ -5,11 +5,15 @@ HDF5 "tattr.h5" {
ATTRIBUTE "attr1" {
DATATYPE { "H5T_STD_I8LE" }
DATASPACE { ARRAY ( 24 ) ( 24 ) }
- DATA {"attribute of root group\000"}
+ DATA {
+ "attribute of root group\000"
+ }
}
ATTRIBUTE "attr3" {
DATATYPE { "H5T_IEEE_F64BE" }
DATASPACE { ARRAY ( 10 ) ( 10 ) }
- DATA {0.0001,0.0002,0.0003,0.0004,0.0005,0.0006,0.0007,0.0008,0.0009,0.001}
+ DATA {
+ 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9
+ }
}
}