Fixed: [Mem error when more multiple uses on top level with multiple statements in grouping](https://github.com/clicon/clixon/issues/583)
This commit is contained in:
parent
30f9e174fa
commit
21476c1399
4 changed files with 19 additions and 11 deletions
|
|
@ -101,6 +101,12 @@ module example {
|
|||
*/
|
||||
}
|
||||
}
|
||||
grouping pg4 {
|
||||
leaf value4{
|
||||
description "a value";
|
||||
type string;
|
||||
}
|
||||
}
|
||||
container table{
|
||||
list parameter{
|
||||
key name;
|
||||
|
|
@ -116,6 +122,7 @@ module example {
|
|||
}
|
||||
}
|
||||
uses pg1;
|
||||
uses pg4;
|
||||
}
|
||||
EOF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue