summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tattr-2.ddl
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-05 21:30:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-05 21:30:13 (GMT)
commit4739cc20ee6f27811cc3aad4e0eb62efa4ae81e4 (patch)
tree65761fdf452db2f3d094244ab81f3ff55e828248 /tools/testfiles/tattr-2.ddl
parente1ba6c55decd4d19d2f2aec8980fd2cbc4848527 (diff)
downloadhdf5-4739cc20ee6f27811cc3aad4e0eb62efa4ae81e4.zip
hdf5-4739cc20ee6f27811cc3aad4e0eb62efa4ae81e4.tar.gz
hdf5-4739cc20ee6f27811cc3aad4e0eb62efa4ae81e4.tar.bz2
[svn-r7548] Purpose:
Bug fixes and code cleanup Description: Whitespace removal. Added testfiles for named datatypes in attributes. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
Diffstat (limited to 'tools/testfiles/tattr-2.ddl')
-rw-r--r--tools/testfiles/tattr-2.ddl26
1 files changed, 13 insertions, 13 deletions
diff --git a/tools/testfiles/tattr-2.ddl b/tools/testfiles/tattr-2.ddl
index 42afa98..6e1e37d 100644
--- a/tools/testfiles/tattr-2.ddl
+++ b/tools/testfiles/tattr-2.ddl
@@ -3,30 +3,30 @@ Expected output for 'h5dump -a /attr1 --attribute /attr4 --attribute=/attr5 tatt
#############################
HDF5 "tattr.h5" {
ATTRIBUTE "/attr1" {
- DATATYPE H5T_STD_I8BE
- DATASPACE SIMPLE { ( 24 ) / ( 24 ) }
+ DATATYPE H5T_STD_I8BE
+ DATASPACE SIMPLE { ( 24 ) / ( 24 ) }
DATA {
97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114, 111,
111, 116, 32, 103, 114, 111, 117, 112, 0
- }
-}
+ }
+}
ATTRIBUTE "/attr4" {
- DATATYPE H5T_STD_I32BE
- DATASPACE SCALAR
+ DATATYPE H5T_STD_I32BE
+ DATASPACE SCALAR
DATA {
100
- }
-}
+ }
+}
ATTRIBUTE "/attr5" {
DATATYPE H5T_STRING {
STRSIZE 17;
STRPAD H5T_STR_NULLTERM;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
- }
- DATASPACE SCALAR
+ }
+ DATASPACE SCALAR
DATA {
"string attribute"
- }
-}
-}
+ }
+}
+}