hdf5/tools/testfiles/tno-subset.ddl
Allen Byrne 12339b0759 [svn-r21931] HDFFV-7689 - could not not use a "[" character in a dataset name.
A second problem also discovered was an if statement that should have comapered lengths of a string actually was comapring addreeses. Once thatt was fixed, The "[" character could be used but broke other functionality. Consultation with tools team resulted in the creation of a "--no-subset" option to disable interpretation of "[" character as a subsetting compact-form. This also eliminated and cleaned up the code containing the plomatic if statement.

Tested: local linux and added test, CMake updated autotools test to be added next.
2012-02-13 09:18:09 -05:00

10 lines
181 B
SQL

HDF5 "tno-subset.h5" {
DATASET "AHFINDERDIRECT::ah_centroid_t[0] it=0 tl=0" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 1, 1 ) / ( 1, 1 ) }
DATA {
(0,0): 0
}
}
}