[svn-r8826] Purpose:
h5dump new tests Description: added more tests for the escape/not escape feature for string data (with vlen, with compound, with char data) Solution: Platforms tested: linux solaris AIX Misc. update:
This commit is contained in:
15
tools/testfiles/tstring2.ddl
Normal file
15
tools/testfiles/tstring2.ddl
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user