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.ddl8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/testfiles/tstring.ddl b/tools/testfiles/tstring.ddl
index 9d15f17..d6df34b 100644
--- a/tools/testfiles/tstring.ddl
+++ b/tools/testfiles/tstring.ddl
@@ -4,15 +4,17 @@ Expected output for 'h5dump -e -d string tfilters.h5'
HDF5 "tfilters.h5" {
DATASET "string" {
DATATYPE H5T_STRING {
- STRSIZE 12;
+ STRSIZE 57;
STRPAD H5T_STR_NULLTERM;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 1 ) / ( 1 ) }
DATA {
- (0) "string
- new"
+ (0) "this is
+ a string with three
+ newline
+ escape characters"
}
}
}