summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tstring2.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-07 22:02:34 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-07 22:02:34 (GMT)
commit373d50bb3fb32d6cd34de7f9e32af396499282b1 (patch)
tree89cb3770c8cde229da820173e8eb27f5efac480f /tools/testfiles/tstring2.ddl
parent585d31b7cb6cacfec86f68fc3dd66c0e67aafbd8 (diff)
downloadhdf5-373d50bb3fb32d6cd34de7f9e32af396499282b1.zip
hdf5-373d50bb3fb32d6cd34de7f9e32af396499282b1.tar.gz
hdf5-373d50bb3fb32d6cd34de7f9e32af396499282b1.tar.bz2
[svn-r8826] Purpose:
h5dump new tests Description: added more tests for the escape/not escape feature for string data (with vlen, with compound, with char data) Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/testfiles/tstring2.ddl')
-rw-r--r--tools/testfiles/tstring2.ddl15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/testfiles/tstring2.ddl b/tools/testfiles/tstring2.ddl
new file mode 100644
index 0000000..ddfa67c
--- /dev/null
+++ b/tools/testfiles/tstring2.ddl
@@ -0,0 +1,15 @@
+#############################
+Expected output for 'h5dump -r -d str4 tstr3.h5'
+#############################
+HDF5 "tstr3.h5" {
+DATASET "str4" {
+ DATATYPE H5T_STD_I8LE
+ DATASPACE SIMPLE { ( 93 ) / ( 93 ) }
+ DATA {
+ "Four score and seven
+ years ago our fo"
+ "refathers brought forth on this continent a new n"
+ "ation\000"
+ }
+}
+}