Bug fixes and code cleanup
Description:
Whitespace removal.
Added testfiles for named datatypes in attributes.
Platforms tested:
FreeBSD 4.9 (sleipnir)
h5committest
14 lines
248 B
SQL
14 lines
248 B
SQL
#############################
|
|
Expected output for 'h5dump tslink.h5'
|
|
#############################
|
|
HDF5 "tslink.h5" {
|
|
GROUP "/" {
|
|
SOFTLINK "slink1" {
|
|
LINKTARGET "somevalue"
|
|
}
|
|
SOFTLINK "slink2" {
|
|
LINKTARGET "linkvalue"
|
|
}
|
|
}
|
|
}
|