hdf5/tools/testfiles/tloop-1.ddl
Ruey-Hsia Li 38309fb3f6 [svn-r982] Added test for loop detection.
Updated expected output for dumper automatic tests.
Removed redundant tests.
1998-12-21 17:34:42 -05:00

18 lines
291 B
SQL

#############################
Expected output for 'h5dump tloop.h5'
#############################
HDF5 "tloop.h5" {
GROUP "/" {
GROUP "g1" {
GROUP "g1.1" {
GROUP "g2.1" {
HARDLINK "/g1"
}
}
}
GROUP "g2" {
HARDLINK "/g1/g1.1"
}
}
}