summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tstring2.ddl
blob: c3e984472a1d3284e4832b34d199718c908ba5f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#############################
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 forefathers brought fo"
         "rth on this continent a new nation\000"
   }
}
}