summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-07 16:30:38 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-07 16:30:38 (GMT)
commit972cf8e60c7b96a20d046e2a2104f16f06ae2d7b (patch)
treecd3d05b3aa24fbc6f8af4d1ad66978424574a48d /tools/testfiles
parentbc20a7e47a61bf944259eeb3d3aaab57e840a392 (diff)
downloadhdf5-972cf8e60c7b96a20d046e2a2104f16f06ae2d7b.zip
hdf5-972cf8e60c7b96a20d046e2a2104f16f06ae2d7b.tar.gz
hdf5-972cf8e60c7b96a20d046e2a2104f16f06ae2d7b.tar.bz2
Add missing quotes
Diffstat (limited to 'tools/testfiles')
-rw-r--r--tools/testfiles/tbinregR.ddl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tbinregR.ddl b/tools/testfiles/tbinregR.ddl
index 1e31c9a..99cec79 100644
--- a/tools/testfiles/tbinregR.ddl
+++ b/tools/testfiles/tbinregR.ddl
@@ -8,14 +8,14 @@ DATASET "/Dataset1" {
COUNT ( 1 );
BLOCK ( 1 );
DATA {
- DATASET tdatareg.h5/Dataset2 {
+ DATASET "tdatareg.h5/Dataset2" {
REGION_TYPE BLOCK (2,2)-(7,7)
DATATYPE H5T_STD_U8BE
DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
DATA {
}
}
- DATASET tdatareg.h5/Dataset2 {
+ DATASET "tdatareg.h5/Dataset2" {
REGION_TYPE POINT (6,9), (2,2), (8,4), (1,6), (2,8), (3,2), (0,4),
(9,0), (7,1), (3,3)
DATATYPE H5T_STD_U8BE