hdf5/tools/testfiles/tcontents.ddl
Quincey Koziol a64589450e [svn-r13498] Description:
Eliminate storing # of links in "link info" message, regenerate it
when the object is opened instead.

Tested on:
	FreeBSD/32 6.2 (duty)
	Mac OS X/32 10.4.8 (amazon)
2007-03-11 21:38:08 -05:00

23 lines
544 B
SQL

#############################
Expected output for 'h5dump -n tfcontents1.h5'
#############################
HDF5 "tfcontents1.h5" {
FILE_CONTENTS {
datatype /#5616
dataset /dset
dataset /dset3 -> /dset
dataset /dset4 -> /dset
dataset /dsetmytype2
ext link /extlink -> fname oname
group /g1
dataset /g1/dset1 -> /dset
group /g1/g1.1
dataset /g1/g1.1/dset2 -> /dset
group /g2 -> /g1/g1.1
link /mylink -> mylink
datatype /mytype
link /softlink -> /dset
UD link type /udlink ->
}
}