diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-29 17:42:09 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-29 17:42:09 (GMT) |
commit | d4eec2cb073e4e9f02ca990cbd93480e526a130e (patch) | |
tree | 41fceceb69736cd18354a986d2d34544b55c4ffc /tools/testfiles/tchar1.ddl | |
parent | 3edde57e73c43474ee146b0c8073fba4eafe9e34 (diff) | |
download | hdf5-d4eec2cb073e4e9f02ca990cbd93480e526a130e.zip hdf5-d4eec2cb073e4e9f02ca990cbd93480e526a130e.tar.gz hdf5-d4eec2cb073e4e9f02ca990cbd93480e526a130e.tar.bz2 |
[svn-r8758] Purpose:
h5dump new feature, bug fix
Description:
added the dump of unmamed types to the file contents
fixed a bug in the type array, it was printing invalid characters with the array indices option on
Solution:
Platforms tested:
linux
AIX
solaris
Misc. update:
Diffstat (limited to 'tools/testfiles/tchar1.ddl')
-rw-r--r-- | tools/testfiles/tchar1.ddl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/testfiles/tchar1.ddl b/tools/testfiles/tchar1.ddl index b418ac7..94c017d 100644 --- a/tools/testfiles/tchar1.ddl +++ b/tools/testfiles/tchar1.ddl @@ -7,11 +7,11 @@ GROUP "/" { DATATYPE H5T_STD_I8LE DATASPACE SIMPLE { ( 308 ) / ( 308 ) } DATA { - (0), Four score and seven years ago our forefathers brought forth on th" - (66), is continent a new nation, conceived in liberty and dedicated to " - (131), the proposition that all men are created equal. Now we are engag" - (195), ed in a great civil war, testing whether that nation or any nati" - (259), on so conceived and so dedicated can long endure." + (0): Four score and seven years ago our forefathers brought forth on th" + (66): is continent a new nation, conceived in liberty and dedicated to " + (131): the proposition that all men are created equal. Now we are engag" + (195): ed in a great civil war, testing whether that nation or any nati" + (259): on so conceived and so dedicated can long endure." } } } |