summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tstring2.ddl
blob: ddfa67c42391fad4a1b782d510700879d5a34c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#############################
Expected output for 'h5dump -r -d str4 tstr3.h5'
#############################
HDF5 "tstr3.h5" {
DATASET "str4" {
   DATATYPE  H5T_STD_I8LE
   DATASPACE  SIMPLE { ( 93 ) / ( 93 ) }
   DATA {
         "Four score and seven
            years ago our fo"
         "refathers brought forth on this continent a new n"
         "ation\000"
   }
}
}