summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tgroup.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tgroup.ddl')
-rw-r--r--tools/testfiles/tgroup.ddl33
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/testfiles/tgroup.ddl b/tools/testfiles/tgroup.ddl
new file mode 100644
index 0000000..a8241fc
--- /dev/null
+++ b/tools/testfiles/tgroup.ddl
@@ -0,0 +1,33 @@
+#############################
+Expected output for './h5dump tgroup.h5'
+#############################
+HDF5 "tgroup.h5" {
+GROUP "/" {
+ GROUP "g1" {
+ GROUP "g1.1" {
+ }
+ GROUP "g1.2" {
+ }
+ }
+ GROUP "g2" {
+ GROUP "g2.1" {
+ GROUP "g2.1.1" {
+ }
+ GROUP "g2.1.2" {
+ }
+ GROUP "g2.1.3" {
+ }
+ }
+ }
+ GROUP "g3" {
+ GROUP "g3.1" {
+ }
+ GROUP "g3.2" {
+ }
+ GROUP "g3.3" {
+ }
+ GROUP "g3.4" {
+ }
+ }
+}
+}