summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tstringe.ddl
blob: 74ba59bae362dd5fb4b5d4d6f95a3b9d1ff475bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#############################
Expected output for 'h5dump -e -d string tfilters.h5'
#############################
HDF5 "tfilters.h5" {
DATASET "string" {
   DATATYPE  H5T_STRING {
         STRSIZE 73;
         STRPAD H5T_STR_NULLTERM;
         CSET H5T_CSET_ASCII;
         CTYPE H5T_C_S1;
      }
   DATASPACE  SIMPLE { ( 1 ) / ( 1 ) }
   DATA {
        (0): "quote \"  backspace\b form feed\f new line\n tab\t new line\n carriage return\r"
   }
}
}