mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
16 lines
373 B
Plaintext
16 lines
373 B
Plaintext
|
#############################
|
||
|
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"
|
||
|
}
|
||
|
}
|
||
|
}
|