summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tnullspace.ddl
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-06-21 20:59:07 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-06-21 20:59:07 (GMT)
commit18a656663a73a693cabf49d6f4858f7af311e6f5 (patch)
tree330352ae6f1ea7b53b70281231ec4e7f4c22e610 /tools/testfiles/tnullspace.ddl
parente8309603cd45cdfa4c831e659c529f51b117ef39 (diff)
downloadhdf5-18a656663a73a693cabf49d6f4858f7af311e6f5.zip
hdf5-18a656663a73a693cabf49d6f4858f7af311e6f5.tar.gz
hdf5-18a656663a73a693cabf49d6f4858f7af311e6f5.tar.bz2
[svn-r8714] *** empty log message ***
Diffstat (limited to 'tools/testfiles/tnullspace.ddl')
-rw-r--r--tools/testfiles/tnullspace.ddl19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/testfiles/tnullspace.ddl b/tools/testfiles/tnullspace.ddl
new file mode 100644
index 0000000..5507b08
--- /dev/null
+++ b/tools/testfiles/tnullspace.ddl
@@ -0,0 +1,19 @@
+#############################
+Expected output for 'h5dump tnullspace.h5'
+#############################
+HDF5 "tnullspace.h5" {
+GROUP "/" {
+ ATTRIBUTE "attr" {
+ DATATYPE H5T_STD_U32LE
+ DATASPACE NULL
+ DATA {
+ }
+ }
+ DATASET "dset" {
+ DATATYPE H5T_STD_I32BE
+ DATASPACE NULL
+ DATA {
+ }
+ }
+}
+}