mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
d5c705a642
bug fix Description: when printing array indices , the calculation of the current column was not done correctly Solution: Platforms tested: linux AIX solaris Misc. update:
15 lines
361 B
SQL
15 lines
361 B
SQL
#############################
|
|
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 forefathers brought fo"
|
|
"rth on this continent a new nation\000"
|
|
}
|
|
}
|
|
}
|