diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-09 21:13:53 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-09 21:13:53 (GMT) |
commit | 40b3a8dee9bd7ece6e9e3a2740d804e93c83f589 (patch) | |
tree | cfb50604505cedc8c4c09467ca1f0336ea43f7dd /tools/testfiles/tnestcomp-2.ls | |
parent | f9d2419501f22f655738f717f758adab464b78a7 (diff) | |
download | hdf5-40b3a8dee9bd7ece6e9e3a2740d804e93c83f589.zip hdf5-40b3a8dee9bd7ece6e9e3a2740d804e93c83f589.tar.gz hdf5-40b3a8dee9bd7ece6e9e3a2740d804e93c83f589.tar.bz2 |
[svn-r19751] Purpose:
Fixed Bug# 1979 Output from h5ls -rdlS on nested compound datatypes is
difficult to parse.
Description:
Update to add curly brackets for the nested compound members, when
S (--simple) option is used with -l (--label), so user can tell
which members blong to which compound type.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32)
Diffstat (limited to 'tools/testfiles/tnestcomp-2.ls')
-rw-r--r-- | tools/testfiles/tnestcomp-2.ls | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/testfiles/tnestcomp-2.ls b/tools/testfiles/tnestcomp-2.ls new file mode 100644 index 0000000..be60e8d --- /dev/null +++ b/tools/testfiles/tnestcomp-2.ls @@ -0,0 +1,16 @@ +############################# + output for 'h5ls -w80 -r -d -S tnestedcomp.h5' +############################# +/ Group +/ArrayOfStructures Dataset {10} + Data: + 0 0 1 "A" -100 100 + 1 1 0.5 "B" -100 100 + 2 4 0.333333333333333 "C" -100 100 + 3 9 0.25 "D" -100 100 + 4 16 0.2 "E" -100 100 + 5 25 0.166666666666667 "F" -100 100 + 6 36 0.142857142857143 "G" -100 100 + 7 49 0.125 "H" -100 100 + 8 64 0.111111111111111 "I" -100 100 + 9 81 0.1 "J" -100 100 |