diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-08 21:49:40 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-08 21:49:40 (GMT) |
commit | d5c705a642a1ed06fa8dcaa25b61aa75687799d2 (patch) | |
tree | b8d6df906bbc40a0327d47f1da76d293da4aac59 /tools/testfiles/tchar1.ddl | |
parent | 1e800a55ca0c0096c1c8a545387d947eb9f9dd58 (diff) | |
download | hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.zip hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.tar.gz hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.tar.bz2 |
[svn-r8840] Purpose:
bug fix
Description:
when printing array indices , the calculation of the current column was not done correctly
Solution:
Platforms tested:
linux
AIX
solaris
Misc. update:
Diffstat (limited to 'tools/testfiles/tchar1.ddl')
-rw-r--r-- | tools/testfiles/tchar1.ddl | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/tools/testfiles/tchar1.ddl b/tools/testfiles/tchar1.ddl index 5fe8e6f..cc2d838 100644 --- a/tools/testfiles/tchar1.ddl +++ b/tools/testfiles/tchar1.ddl @@ -7,14 +7,11 @@ GROUP "/" { DATATYPE H5T_STD_I8LE DATASPACE SIMPLE { ( 308 ) / ( 308 ) } DATA { - "Four score and seven years ago our fore" - "fathers brought forth on this continent" - " a new nation, conceived in liberty and" - " dedicated to the proposition that all " - "men are created equal. Now we are engag" - "ed in a great civil war, testing whethe" - "r that nation or any nation so conceive" - "d and so dedicated can long endure." + "Four score and seven years ago our forefathers brought forth on this " + "continent a new nation, conceived in liberty and dedicated to the pro" + "position that all men are created equal. Now we are engaged in a grea" + "t civil war, testing whether that nation or any nation so conceived a" + "nd so dedicated can long endure." } } } |