summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tstr-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/tstr-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/tstr-1.ddl')
-rw-r--r--tools/testfiles/tstr-1.ddl44
1 files changed, 22 insertions, 22 deletions
diff --git a/tools/testfiles/tstr-1.ddl b/tools/testfiles/tstr-1.ddl
index 7f811cc..d5b174b 100644
--- a/tools/testfiles/tstr-1.ddl
+++ b/tools/testfiles/tstr-1.ddl
@@ -11,8 +11,8 @@ GROUP "/" {
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
} "string"[3][4];
- }
- DATASPACE { SIMPLE ( 3, 6 ) / ( 3, 6 ) }
+ }
+ DATASPACE { SIMPLE ( 3, 6 ) / ( 3, 6 ) }
DATA {
{
[ 0, 1, 4, 9, 16, 25, 36, 49, 64, 81,
@@ -248,8 +248,8 @@ GROUP "/" {
"abcdefgh12345678abcdefgh12345678", "abcdefgh12345678abcdefgh12345678", "abcdefgh12345678abcdefgh12345678", "abcdefgh12345678abcdefgh12345678",
"abcdefgh12345678abcdefgh12345678", "abcdefgh12345678abcdefgh12345678", "abcdefgh12345678abcdefgh12345678", "abcdefgh12345678abcdefgh12345678" ]
}
- }
- }
+ }
+ }
DATASET "string1" {
DATATYPE {
{ STRSIZE 5;
@@ -257,14 +257,14 @@ GROUP "/" {
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
- }
- DATASPACE { SIMPLE ( 3, 4 ) / ( 3, 4 ) }
+ }
+ DATASPACE { SIMPLE ( 3, 4 ) / ( 3, 4 ) }
DATA {
"s1", "s2", "s3", "s4",
"s5", "s6", "s7", "s8",
"s9", "s0", "s1", "s2"
- }
- }
+ }
+ }
DATASET "string2" {
DATATYPE {
{ STRSIZE 11;
@@ -272,16 +272,16 @@ GROUP "/" {
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
- }
- DATASPACE { SIMPLE ( 20 ) / ( 20 ) }
+ }
+ DATASPACE { SIMPLE ( 20 ) / ( 20 ) }
DATA {
"ab cd ef1 ", "ab cd ef2 ", "ab cd ef3 ", "ab cd ef4 ",
"ab cd ef5 ", "ab cd ef6 ", "ab cd ef7 ", "ab cd ef8 ",
"ab cd ef9 ", "ab cd ef0 ", "ab cd ef1 ", "ab cd ef2 ",
"ab cd ef3 ", "ab cd ef4 ", "ab cd ef5 ", "ab cd ef6 ",
"ab cd ef7 ", "ab cd ef8 ", "ab cd ef9 ", "ab cd ef0 "
- }
- }
+ }
+ }
DATASET "string3" {
DATATYPE {
{ STRSIZE 8;
@@ -289,8 +289,8 @@ GROUP "/" {
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
- }
- DATASPACE { SIMPLE ( 27 ) / ( 27 ) }
+ }
+ DATASPACE { SIMPLE ( 27 ) / ( 27 ) }
DATA {
"abcd0\000\000\000", "abcd1\000\000\000", "abcd2\000\000\000",
"abcd3\000\000\000", "abcd4\000\000\000", "abcd5\000\000\000",
@@ -301,8 +301,8 @@ GROUP "/" {
"abcd8\000\000\000", "abcd9\000\000\000", "abcd0\000\000\000",
"abcd1\000\000\000", "abcd2\000\000\000", "abcd3\000\000\000",
"abcd4\000\000\000", "abcd5\000\000\000", "abcd6\000\000\000"
- }
- }
+ }
+ }
DATASET "string4" {
DATATYPE {
{ STRSIZE 168;
@@ -310,13 +310,13 @@ GROUP "/" {
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
- }
- DATASPACE { SIMPLE ( 3 ) / ( 3 ) }
+ }
+ DATASPACE { SIMPLE ( 3 ) / ( 3 ) }
DATA {
"s1234567890123456789 ",
"s1234567890123456789 ",
"s1234567890123456789 "
- }
- }
-}
-}
+ }
+ }
+}
+}