summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tstring2.ddl
blob: 88996fd4a39775bb7a523ae1c589a0e91a6ae01a (plain)
1
2
3
4
5
6
7
8
9
10
11
HDF5 "tstr3.h5" {
DATASET "str4" {
   DATATYPE  H5T_STD_I8LE
   DATASPACE  SIMPLE { ( 93 ) / ( 93 ) }
   DATA {
         "Four score and seven
            years ago our forefathers brought fo"
         "rth on this continent a new nation\000"
   }
}
}