summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tstring2.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-07 21:41:16 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-07 21:41:16 (GMT)
commitd02acc8f60b409563da51e22f5df05ff2af152d7 (patch)
tree27dac838096bd8a2457fb9b18f540f835781f5a4 /tools/testfiles/tstring2.ddl
parent8d7e8124f1d90afae3262cf8742e2b90cf96251b (diff)
downloadhdf5-d02acc8f60b409563da51e22f5df05ff2af152d7.zip
hdf5-d02acc8f60b409563da51e22f5df05ff2af152d7.tar.gz
hdf5-d02acc8f60b409563da51e22f5df05ff2af152d7.tar.bz2
[svn-r8825] 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: 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"
+ }
+}
+}