summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tchar1.ddl
blob: cc2d838d2e126d6cf9f0ff7fa4bd9fdd94556145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#############################
Expected output for 'h5dump -r tchar.h5'
#############################
HDF5 "tchar.h5" {
GROUP "/" {
   DATASET "Dataset1" {
      DATATYPE  H5T_STD_I8LE
      DATASPACE  SIMPLE { ( 308 ) / ( 308 ) }
      DATA {
         "Four score and seven years ago our forefathers brought forth on this "
         "continent a new nation, conceived in liberty and dedicated to the pro"
         "position that all men are created equal. Now we are engaged in a grea"
         "t civil war, testing whether that nation or any nation so conceived a"
         "nd so dedicated can long endure."
      }
   }
}
}