diff options
Diffstat (limited to 'tools/testfiles/tstring2.ddl')
-rw-r--r-- | tools/testfiles/tstring2.ddl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/testfiles/tstring2.ddl b/tools/testfiles/tstring2.ddl new file mode 100644 index 0000000..ddfa67c --- /dev/null +++ b/tools/testfiles/tstring2.ddl @@ -0,0 +1,15 @@ +############################# +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 fo" + "refathers brought forth on this continent a new n" + "ation\000" + } +} +} |