summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tstringe.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tstringe.ddl')
-rw-r--r--tools/testfiles/tstringe.ddl17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/testfiles/tstringe.ddl b/tools/testfiles/tstringe.ddl
new file mode 100644
index 0000000..4e97359
--- /dev/null
+++ b/tools/testfiles/tstringe.ddl
@@ -0,0 +1,17 @@
+#############################
+Expected output for 'h5dump -e -d string tfilters.h5'
+#############################
+HDF5 "tfilters.h5" {
+DATASET "string" {
+ DATATYPE H5T_STRING {
+ STRSIZE 73;
+ STRPAD H5T_STR_NULLTERM;
+ CSET H5T_CSET_ASCII;
+ CTYPE H5T_C_S1;
+ }
+ DATASPACE SIMPLE { ( 1 ) / ( 1 ) }
+ DATA {
+ (0) "quote \" backspace\b form feed\f new line\n tab\t new line\n carriage return\r"
+ }
+}
+}