mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
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"
|
|
}
|
|
}
|
|
}
|