summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tdataregR.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-05 23:20:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-05 23:21:02 (GMT)
commite8ad5f6d1ad5eecf79168026f10899d1798451a0 (patch)
tree57e7598a72d8a2795a59021958b984b60429b7f8 /tools/testfiles/tdataregR.ddl
parent4747e2f2ad58bd00878a5c669df3ea7f02eabb5a (diff)
downloadhdf5-e8ad5f6d1ad5eecf79168026f10899d1798451a0.zip
hdf5-e8ad5f6d1ad5eecf79168026f10899d1798451a0.tar.gz
hdf5-e8ad5f6d1ad5eecf79168026f10899d1798451a0.tar.bz2
HDFFV-10876 Update dump to match DDL spec
Diffstat (limited to 'tools/testfiles/tdataregR.ddl')
-rw-r--r--tools/testfiles/tdataregR.ddl62
1 files changed, 31 insertions, 31 deletions
diff --git a/tools/testfiles/tdataregR.ddl b/tools/testfiles/tdataregR.ddl
index 6a57893..3945735 100644
--- a/tools/testfiles/tdataregR.ddl
+++ b/tools/testfiles/tdataregR.ddl
@@ -4,39 +4,39 @@ GROUP "/" {
DATATYPE H5T_REFERENCE { H5T_STD_REF_DSETREG }
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
DATA {
- DATASET tdatareg.h5/Dataset2 {
- REGION_TYPE BLOCK (2,2)-(7,7)
- DATATYPE H5T_STD_U8BE
- DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
- DATA {
- 66, 69, 72, 75, 78, 81,
- 96, 99, 102, 105, 108, 111,
- 126, 129, 132, 135, 138, 141,
- 156, 159, 162, 165, 168, 171,
- 186, 189, 192, 195, 198, 201,
- 216, 219, 222, 225, 228, 231
+ DATASET "tdatareg.h5/Dataset2" {
+ REGION_TYPE BLOCK (2,2)-(7,7)
+ DATATYPE H5T_STD_U8BE
+ DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
+ DATA {
+ 66, 69, 72, 75, 78, 81,
+ 96, 99, 102, 105, 108, 111,
+ 126, 129, 132, 135, 138, 141,
+ 156, 159, 162, 165, 168, 171,
+ 186, 189, 192, 195, 198, 201,
+ 216, 219, 222, 225, 228, 231
+ }
}
- }
- DATASET tdatareg.h5/Dataset2 {
- REGION_TYPE POINT (6,9), (2,2), (8,4), (1,6), (2,8), (3,2), (0,4),
- (9,0), (7,1), (3,3)
- DATATYPE H5T_STD_U8BE
- DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
- DATA {
- 207,
- 66,
- 252,
- 48,
- 84,
- 96,
- 12,
- 14,
- 213,
- 99
+ DATASET "tdatareg.h5/Dataset2" {
+ REGION_TYPE POINT (6,9), (2,2), (8,4), (1,6), (2,8), (3,2),
+ (0,4), (9,0), (7,1), (3,3)
+ DATATYPE H5T_STD_U8BE
+ DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
+ DATA {
+ 207,
+ 66,
+ 252,
+ 48,
+ 84,
+ 96,
+ 12,
+ 14,
+ 213,
+ 99
+ }
}
- }
- NULL
- NULL
+ NULL
+ NULL
}
}
DATASET "Dataset2" {