summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dumpgentest.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-15 14:26:41 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-15 14:26:41 (GMT)
commit435c8b2d7d58f361b8a74ff5bf8e53333b5f6878 (patch)
tree9daf721fad6cb812c9007d864fcb04e1bd522f96 /tools/h5dump/h5dumpgentest.c
parentfabb5167ba3afb1f32784d274df67f8b6195e5ea (diff)
downloadhdf5-435c8b2d7d58f361b8a74ff5bf8e53333b5f6878.zip
hdf5-435c8b2d7d58f361b8a74ff5bf8e53333b5f6878.tar.gz
hdf5-435c8b2d7d58f361b8a74ff5bf8e53333b5f6878.tar.bz2
[svn-r8688] Purpose:
h5dump new feature Description: add processing of tab characters (in the context of the new option process CR/LF) Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/h5dump/h5dumpgentest.c')
-rw-r--r--tools/h5dump/h5dumpgentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dumpgentest.c b/tools/h5dump/h5dumpgentest.c
index 75c5bd1..f540c25 100644
--- a/tools/h5dump/h5dumpgentest.c
+++ b/tools/h5dump/h5dumpgentest.c
@@ -4475,7 +4475,7 @@ static void gent_filters()
hsize_t dims2[1]={2};
hvl_t buf2[2];
hsize_t dims3[1]={1};
- char buf3[]={"this is\n a string with three\n newline\n escape characters"};
+ char buf3[]={"this is\n a string \twith three\n newline\n escape \tcharacters"};
hsize_t dims4[1]={6};
char buf4[6]={"abcdef"};
hobj_ref_t buf5[5];