summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tall-1.ddl
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-03-09 17:56:30 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-03-09 17:56:30 (GMT)
commit03d34c41a18a8eb775b1da62d8ceba1f4b4b683b (patch)
treec248119e801fab462ad6161658f6c316a486d6af /tools/testfiles/tall-1.ddl
parentfb53598b36540a971c4ffa96e56b95c71730c70c (diff)
downloadhdf5-03d34c41a18a8eb775b1da62d8ceba1f4b4b683b.zip
hdf5-03d34c41a18a8eb775b1da62d8ceba1f4b4b683b.tar.gz
hdf5-03d34c41a18a8eb775b1da62d8ceba1f4b4b683b.tar.bz2
[svn-r2012] updated the ddls to support the changes that were made to the begin_obj and end_obj
macros in the dumper. this was basically adding a space after most of the '}'. there are some places that don't have the space because those '}' were not printed by the end_obj macro
Diffstat (limited to 'tools/testfiles/tall-1.ddl')
-rw-r--r--tools/testfiles/tall-1.ddl80
1 files changed, 40 insertions, 40 deletions
diff --git a/tools/testfiles/tall-1.ddl b/tools/testfiles/tall-1.ddl
index 26df59f..5d1ea0b 100644
--- a/tools/testfiles/tall-1.ddl
+++ b/tools/testfiles/tall-1.ddl
@@ -4,25 +4,25 @@ Expected output for 'h5dump tall.h5'
HDF5 "tall.h5" {
GROUP "/" {
ATTRIBUTE "attr1" {
- DATATYPE { H5T_STD_I8BE }
- DATASPACE { SIMPLE ( 10 ) / ( 10 ) }
+ DATATYPE { H5T_STD_I8BE }
+ DATASPACE { SIMPLE ( 10 ) / ( 10 ) }
DATA {
97, 98, 99, 100, 101, 102, 103, 104, 105, 0
- }
- }
+ }
+ }
ATTRIBUTE "attr2" {
- DATATYPE { H5T_STD_I32BE }
- DATASPACE { SIMPLE ( 2, 2 ) / ( 2, 2 ) }
+ DATATYPE { H5T_STD_I32BE }
+ DATASPACE { SIMPLE ( 2, 2 ) / ( 2, 2 ) }
DATA {
0, 1,
2, 3
- }
- }
+ }
+ }
GROUP "g1" {
GROUP "g1.1" {
DATASET "dset1.1.1" {
- DATATYPE { H5T_STD_I32BE }
- DATASPACE { SIMPLE ( 10, 10 ) / ( 10, 10 ) }
+ DATATYPE { H5T_STD_I32BE }
+ DATASPACE { SIMPLE ( 10, 10 ) / ( 10, 10 ) }
DATA {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
@@ -34,58 +34,58 @@ GROUP "/" {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9
- }
+ }
ATTRIBUTE "attr1" {
- DATATYPE { H5T_STD_I8BE }
- DATASPACE { SIMPLE ( 27 ) / ( 27 ) }
+ DATATYPE { H5T_STD_I8BE }
+ DATASPACE { SIMPLE ( 27 ) / ( 27 ) }
DATA {
49, 115, 116, 32, 97, 116, 116, 114, 105, 98, 117, 116, 101,
32, 111, 102, 32, 100, 115, 101, 116, 49, 46, 49, 46, 49, 0
- }
- }
+ }
+ }
ATTRIBUTE "attr2" {
- DATATYPE { H5T_STD_I8BE }
- DATASPACE { SIMPLE ( 27 ) / ( 27 ) }
+ DATATYPE { H5T_STD_I8BE }
+ DATASPACE { SIMPLE ( 27 ) / ( 27 ) }
DATA {
50, 110, 100, 32, 97, 116, 116, 114, 105, 98, 117, 116, 101,
32, 111, 102, 32, 100, 115, 101, 116, 49, 46, 49, 46, 49, 0
- }
- }
- }
+ }
+ }
+ }
DATASET "dset1.1.2" {
- DATATYPE { H5T_STD_I32BE }
- DATASPACE { SIMPLE ( 20 ) / ( 20 ) }
+ DATATYPE { H5T_STD_I32BE }
+ DATASPACE { SIMPLE ( 20 ) / ( 20 ) }
DATA {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19
- }
- }
- }
+ }
+ }
+ }
GROUP "g1.2" {
GROUP "g1.2.1" {
SOFTLINK "slink" {
LINKTARGET "somevalue"
- }
- }
- }
- }
+ }
+ }
+ }
+ }
GROUP "g2" {
DATASET "dset2.1" {
- DATATYPE { H5T_IEEE_F32BE }
- DATASPACE { SIMPLE ( 10 ) / ( 10 ) }
+ DATATYPE { H5T_IEEE_F32BE }
+ DATASPACE { SIMPLE ( 10 ) / ( 10 ) }
DATA {
1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9
- }
- }
+ }
+ }
DATASET "dset2.2" {
- DATATYPE { H5T_IEEE_F32BE }
- DATASPACE { SIMPLE ( 3, 5 ) / ( 3, 5 ) }
+ DATATYPE { H5T_IEEE_F32BE }
+ DATASPACE { SIMPLE ( 3, 5 ) / ( 3, 5 ) }
DATA {
0, 0, 0, 0, 0,
0.1, 0.1, 0.1, 0.1, 0.1,
0.2, 0.2, 0.2, 0.2, 0.2
- }
- }
- }
-}
-}
+ }
+ }
+ }
+}
+}