summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tstring.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tstring.ddl')
-rw-r--r--tools/testfiles/tstring.ddl12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/testfiles/tstring.ddl b/tools/testfiles/tstring.ddl
index 241f04e..2a60e1d 100644
--- a/tools/testfiles/tstring.ddl
+++ b/tools/testfiles/tstring.ddl
@@ -1,20 +1,20 @@
#############################
-Expected output for 'h5dump -e -d string tfilters.h5'
+Expected output for 'h5dump -d string tfilters.h5'
#############################
HDF5 "tfilters.h5" {
DATASET "string" {
DATATYPE H5T_STRING {
- STRSIZE 59;
+ STRSIZE 73;
STRPAD H5T_STR_NULLTERM;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 1 ) / ( 1 ) }
DATA {
- (0) "this is
- a string with three
- newline
- escape characters"
+ (0) "quote " backspace form feed new line
+ tab new line
+ carriage return
+ "
}
}
}