summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tchar1.ddl
blob: 5fe8e6f7e3f561ecd8937e35cddaa7b1fd7bbe07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#############################
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 fore"
         "fathers brought forth on this continent"
         " a new nation, conceived in liberty and"
         " dedicated to the proposition that all "
         "men are created equal. Now we are engag"
         "ed in a great civil war, testing whethe"
         "r that nation or any nation so conceive"
         "d and so dedicated can long endure."
      }
   }
}
}