[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:
Pedro Vicente Nunes
2004-07-07 17:02:34 -05:00
parent 585d31b7cb
commit 373d50bb3f
21 changed files with 275 additions and 170 deletions

View 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"
}
}
}