diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-02-04 20:35:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-02-04 20:35:25 (GMT) |
commit | 89a47692e9d14798dd2e7506a34f74810c1259dc (patch) | |
tree | a9fd7dcda8baeca8c611f7f0ea312f6a84a1b73e /tools/testfiles/tgrp_comments.ddl | |
parent | ba13827093c38cb9d87ae87e59d47a34415c88cb (diff) | |
download | hdf5-89a47692e9d14798dd2e7506a34f74810c1259dc.zip hdf5-89a47692e9d14798dd2e7506a34f74810c1259dc.tar.gz hdf5-89a47692e9d14798dd2e7506a34f74810c1259dc.tar.bz2 |
[svn-r20044] Fix bz2127 by dynamically allocating storgae for comments.
Tested: local linux
Diffstat (limited to 'tools/testfiles/tgrp_comments.ddl')
-rw-r--r-- | tools/testfiles/tgrp_comments.ddl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testfiles/tgrp_comments.ddl b/tools/testfiles/tgrp_comments.ddl index 6321b36..460a9f0 100644 --- a/tools/testfiles/tgrp_comments.ddl +++ b/tools/testfiles/tgrp_comments.ddl @@ -42,5 +42,8 @@ GROUP "/" { COMMENT "Comment for group /g3/g3.4" } } + GROUP "glongcomment" { + COMMENT "Comment for group /glongcomment with a really, really, really long, long, long comment" + } } } |