Files
hdf5/tools/testfiles/tvldtypes5.ddl
Quincey Koziol e1792ebb22 [svn-r7842] Purpose:
Bug fix

Description:
    Variable length strings and sequences with NULL pointers were not handled
by library, causing problems access the data.  This also affected fill values
for variable-length datatypes.

Solution:
    Address the issues in the library by detecting NULL sequences/strings
and avoid trying to convert them.

    Patched up dumper to display NULL sequences/strings.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
2003-11-13 10:19:50 -05:00

15 lines
333 B
SQL

#############################
Expected output for 'h5dump tvldtypes5.h5'
#############################
HDF5 "tvldtypes5.h5" {
GROUP "/" {
DATASET "Dataset" {
DATATYPE H5T_VLEN { H5T_STD_U32LE}
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
DATA {
(0, 2, 4, 6, 8), (), (0, 2, 4, 6, 8, 10, 12), ()
}
}
}
}