summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tdset2-1s.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-30 18:45:14 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-30 18:45:14 (GMT)
commit265a1d020947e829c570c051a02761779f37a706 (patch)
treebc575a3ddbbdbec67d41bdd2bc28d9132b96cb1a /tools/testfiles/tdset2-1s.ddl
parentcedec275523c73e98bc556ff0e77cbfed36b33f8 (diff)
downloadhdf5-265a1d020947e829c570c051a02761779f37a706.zip
hdf5-265a1d020947e829c570c051a02761779f37a706.tar.gz
hdf5-265a1d020947e829c570c051a02761779f37a706.tar.bz2
[svn-r8773] Purpose:
bug fix Description: the indentation was not made properly for nested objects when printing array indices Solution: added the indentation to h5tools_simple_prefix function Platforms tested: linux AIX solaris Misc. update:
Diffstat (limited to 'tools/testfiles/tdset2-1s.ddl')
-rw-r--r--tools/testfiles/tdset2-1s.ddl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tdset2-1s.ddl b/tools/testfiles/tdset2-1s.ddl
index 2d2eae5..eaf8ba0 100644
--- a/tools/testfiles/tdset2-1s.ddl
+++ b/tools/testfiles/tdset2-1s.ddl
@@ -11,10 +11,10 @@ DATASET "/dset1" {
COUNT ( 4, 4 );
BLOCK ( 1, 4 );
DATA {
- (0,0): 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 2, 3, 4, 5,
- (0,4): 2, 3, 4, 5, 2, 3, 4, 5, 2, 3, 4, 5, 4, 5, 6, 7, 4, 5, 6, 7,
- (0,8): 4, 5, 6, 7, 4, 5, 6, 7, 6, 7, 8, 9, 6, 7, 8, 9, 6, 7, 8, 9,
- (0,12): 6, 7, 8, 9
+ (0,0): 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 2,
+ (0,1): 3, 4, 5, 2, 3, 4, 5, 2, 3, 4, 5, 2, 3, 4, 5, 4, 5,
+ (0,2): 6, 7, 4, 5, 6, 7, 4, 5, 6, 7, 4, 5, 6, 7, 6, 7, 8,
+ (0,3): 9, 6, 7, 8, 9, 6, 7, 8, 9, 6, 7, 8, 9
}
}
}