diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-06-03 00:52:24 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-06-03 00:52:24 (GMT) |
commit | 4635285d640233afe7b428c715e8758d3c32483f (patch) | |
tree | d4d5d60c8881578e50e9d95ea2bb8e0dbdfbc1b1 /tools | |
parent | 14364b925794857c720a5ea2826248dd213a1e47 (diff) | |
download | hdf5-4635285d640233afe7b428c715e8758d3c32483f.zip hdf5-4635285d640233afe7b428c715e8758d3c32483f.tar.gz hdf5-4635285d640233afe7b428c715e8758d3c32483f.tar.bz2 |
[svn-r1295] Previous version contained incorrect output from previous h5dump.
Updated it to reflect correct output.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testfiles/tstr-1.ddl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/testfiles/tstr-1.ddl b/tools/testfiles/tstr-1.ddl index fd8708a..ef46018 100644 --- a/tools/testfiles/tstr-1.ddl +++ b/tools/testfiles/tstr-1.ddl @@ -401,14 +401,14 @@ GROUP "/" { DATASPACE { SIMPLE ( 27 ) / ( 27 ) } DATA { "abcd0\000\000\000", "abcd1\000\000\000", "abcd2\000\000\000", "abc" // - "d3\000\000\000", "abcd4\000\000\000", "abcd5\000\000\000", "abcd6\" // - "000\000\000", "abcd7\000\000\000", "abcd8\000\000\000", "abcd9\000" // - "\000\000", "abcd0\000\000\000", "abcd1\000\000\000", "abcd2\000\00" // - "0\000", "abcd3\000\000\000", "abcd4\000\000\000", "abcd5\000\000\000", - "abcd6\000\000\000", "abcd7\000\000\000", "abcd8\000\000\000", "abc" // - "d9\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" + "d3\000\000\000", "abcd4\000\000\000", "abcd5\000\000\000", "abcd6" // + "\000\000\000", "abcd7\000\000\000", "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", "abcd7\000\000\000", "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" { |