summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/torderattr3.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/torderattr3.ddl')
-rw-r--r--tools/testfiles/torderattr3.ddl14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/testfiles/torderattr3.ddl b/tools/testfiles/torderattr3.ddl
index 15e370a..19fbade 100644
--- a/tools/testfiles/torderattr3.ddl
+++ b/tools/testfiles/torderattr3.ddl
@@ -19,5 +19,19 @@ GROUP "/" {
DATASPACE SCALAR
}
}
+ GROUP "g" {
+ ATTRIBUTE "c" {
+ DATATYPE H5T_STD_U8LE
+ DATASPACE SCALAR
+ }
+ ATTRIBUTE "b" {
+ DATATYPE H5T_STD_U8LE
+ DATASPACE SCALAR
+ }
+ ATTRIBUTE "a" {
+ DATATYPE H5T_STD_U8LE
+ DATASPACE SCALAR
+ }
+ }
}
}