summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tnestcomp-2.ls
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-11-09 21:32:26 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-11-09 21:32:26 (GMT)
commit3b7a375179f7f32850780409ad46e08c53c04936 (patch)
tree314a707fca6eaddc5b7463cabbdca37d85dd56b6 /tools/testfiles/tnestcomp-2.ls
parentf5c14780ca04def5c377728ff48c6cd3737d0aba (diff)
downloadhdf5-3b7a375179f7f32850780409ad46e08c53c04936.zip
hdf5-3b7a375179f7f32850780409ad46e08c53c04936.tar.gz
hdf5-3b7a375179f7f32850780409ad46e08c53c04936.tar.bz2
[svn-r19752] 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. Merged from hdf5 trunk r19751. Tested: jam (linux32-LE), amani (linux64-LE)
Diffstat (limited to 'tools/testfiles/tnestcomp-2.ls')
-rw-r--r--tools/testfiles/tnestcomp-2.ls16
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