diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-05 21:23:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-05 21:23:57 (GMT) |
commit | 651bd4e252405b2f579e2bbb361353401866bd47 (patch) | |
tree | f10eabd7cb620aefaefd8d27c41e12a0ac566f35 /tools/testfiles/tstr-2.ddl | |
parent | f768247888902ed9eeb2130d13f6c67b89f9c80f (diff) | |
download | hdf5-651bd4e252405b2f579e2bbb361353401866bd47.zip hdf5-651bd4e252405b2f579e2bbb361353401866bd47.tar.gz hdf5-651bd4e252405b2f579e2bbb361353401866bd47.tar.bz2 |
[svn-r7542] 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/tstr-2.ddl')
-rw-r--r-- | tools/testfiles/tstr-2.ddl | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/tools/testfiles/tstr-2.ddl b/tools/testfiles/tstr-2.ddl index 2abb260..5a3c47b 100644 --- a/tools/testfiles/tstr-2.ddl +++ b/tools/testfiles/tstr-2.ddl @@ -10,8 +10,8 @@ GROUP "/" { STRPAD H5T_STR_NULLTERM; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; - } - DATASPACE SIMPLE { ( 10 ) / ( 10 ) } + } + DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { "This is row 0 of type H5T_STR_NULLTERM of", "This is row 1 of type H5T_STR_NULLTERM of", @@ -23,21 +23,21 @@ GROUP "/" { "This is row 7 of type H5T_STR_NULLTERM of", "This is row 8 of type H5T_STR_NULLTERM of", "This is row 9 of type H5T_STR_NULLTERM of" - } + } ATTRIBUTE "attr1" { DATATYPE H5T_STRING { STRSIZE 11; STRPAD H5T_STR_NULLTERM; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; - } - DATASPACE SIMPLE { ( 3 ) / ( 3 ) } + } + DATASPACE SIMPLE { ( 3 ) / ( 3 ) } DATA { "0123456789", "abcdefghij", "ABCDEFGHIJ" - } - } - } - } + } + } + } + } GROUP "g2" { DATASET "dset2" { DATATYPE H5T_STRING { @@ -45,8 +45,8 @@ GROUP "/" { STRPAD H5T_STR_NULLTERM; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; - } - DATASPACE SIMPLE { ( 10 ) / ( 10 ) } + } + DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { "This is row 0 of type H5T_STR_NULLTERM of string ", "This is row 1 of type H5T_STR_NULLTERM of string ", @@ -58,9 +58,9 @@ GROUP "/" { "This is row 7 of type H5T_STR_NULLTERM of string ", "This is row 8 of type H5T_STR_NULLTERM of string ", "This is row 9 of type H5T_STR_NULLTERM of string " - } - } - } + } + } + } GROUP "g3" { DATASET "dset3" { DATATYPE H5T_STRING { @@ -68,8 +68,8 @@ GROUP "/" { STRPAD H5T_STR_NULLPAD; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; - } - DATASPACE SIMPLE { ( 10 ) / ( 10 ) } + } + DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { "This is row 0 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", "This is row 1 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", @@ -81,9 +81,9 @@ GROUP "/" { "This is row 7 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", "This is row 8 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", "This is row 9 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000" - } - } - } + } + } + } GROUP "g4" { DATASET "dset4" { DATATYPE H5T_STRING { @@ -91,8 +91,8 @@ GROUP "/" { STRPAD H5T_STR_NULLPAD; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; - } - DATASPACE SIMPLE { ( 10 ) / ( 10 ) } + } + DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { "This is row 0 of type H5T_STR_NULLPAD of string ar", "This is row 1 of type H5T_STR_NULLPAD of string ar", @@ -104,9 +104,9 @@ GROUP "/" { "This is row 7 of type H5T_STR_NULLPAD of string ar", "This is row 8 of type H5T_STR_NULLPAD of string ar", "This is row 9 of type H5T_STR_NULLPAD of string ar" - } - } - } + } + } + } GROUP "g5" { DATASET "dset5" { DATATYPE H5T_STRING { @@ -114,8 +114,8 @@ GROUP "/" { STRPAD H5T_STR_SPACEPAD; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; - } - DATASPACE SIMPLE { ( 10 ) / ( 10 ) } + } + DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { "This is row 0 of type H5T_STR_SPACEPAD of ", "This is row 1 of type H5T_STR_SPACEPAD of ", @@ -127,9 +127,9 @@ GROUP "/" { "This is row 7 of type H5T_STR_SPACEPAD of ", "This is row 8 of type H5T_STR_SPACEPAD of ", "This is row 9 of type H5T_STR_SPACEPAD of " - } - } - } + } + } + } GROUP "g6" { DATASET "dset6" { DATATYPE H5T_STRING { @@ -137,8 +137,8 @@ GROUP "/" { STRPAD H5T_STR_SPACEPAD; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; - } - DATASPACE SIMPLE { ( 10 ) / ( 10 ) } + } + DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { "This is row 0 of type H5T_STR_SPACEPAD of string a", "This is row 1 of type H5T_STR_SPACEPAD of string a", @@ -150,8 +150,8 @@ GROUP "/" { "This is row 7 of type H5T_STR_SPACEPAD of string a", "This is row 8 of type H5T_STR_SPACEPAD of string a", "This is row 9 of type H5T_STR_SPACEPAD of string a" - } - } - } -} -} + } + } + } +} +} |